List Configurators

This request returns the list of configurators of a user.

Endpoints

  • GET /users/{userID}/configurators

Url

userID

The ID of the user

Header

Authorization

Bearer {token} (User authorization needed)

Response

A JSON object with the list of configurators

see format in the example below

Example request


 GET https://api.paramate.trinckle.com/users/e14390b7-c874-41d8-a65e-6d9de482a336/configurators
 -H Authorization: Bearer eyJhbGciOiJIUzI1Ni ... 3H8gC1k2DIKNEeJpb72yvmdY

 

Output


 HTTP/1.1 200 OK
 [
   "2ab584fe-7e76-470f-8571-cb07cd8a58d2",
   "e6ebd92a-8f5d-41cd-bfdc-ea1f1cab0223",
 ]
 

See also