GET
/
v1
/
user
List Users
curl --request GET \
  --url https://api.fructu.co/v1/user \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "label": "Tom Vigneres",
      "id": "1742285896869x689052030883594200"
    },
    {
      "label": "John Doe",
      "id": "1742285896869x689052030883594201"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json

Success. La réponse contient un objet avec une propriété data.

The response is of type object.