Skip to main content
GET
/
users
/
{userID}
Get User By ID
curl --request GET \
  --url 'http://{{baseurl}}/users/{userID}' \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Headers

Content-Type
string

Path Parameters

userID
string
required

Response

200 - application/json

Successful response