Users
Get my user information
Required scopes
This endpoint requires the following scopes:
Authorizations
OAuth2authorizationCodeRequiredAuthorization URL: Token URL: Refresh URL:
OAuth2 Bearer token authentication
Responses
200
Gets my information
application/json
idstringOptional
identstringOptional
localestringOptional
emailstringOptional
401
Unauthorized
application/json
403
Forbidden
application/json
get/v1/clients/users/me
Code samples
Update callbacks for my user
Required scopes
This endpoint requires the following scopes:
Authorizations
OAuth2authorizationCodeRequiredAuthorization URL: Token URL: Refresh URL:
OAuth2 Bearer token authentication
Path parameters
user_idstringRequired
Your own User ID
Body
Responses
200
Information Updated
application/json
idstringOptional
identstringOptional
localestringOptional
emailstringOptional
401
Unauthorized
application/json
403
Forbidden
application/json
put/v1/clients/users/{user_id}
Code samples
Last updated
Was this helpful?