Users

Get my user information

OAuth: This endpoint requires one of the following scopes: user:manage, user:read or user:write.

Retrieve my information

get
Authorizations
OAuth2authorizationCodeRequired

OAuth2 Bearer token authentication

Authorization URL: Token URL: Refresh URL:
Available scopes:
  • : Allow read & write access to My Authors
  • : Allow read access to My Authors
  • : Allow write access to My Authors
Responses
200

Gets my information

application/json
get
/v1/clients/users/me

Code samples

Update callbacks for my user

OAuth: This endpoint requires one of the following scopes: user:manage or user:write.

Update my callback information

put
Authorizations
OAuth2authorizationCodeRequired

OAuth2 Bearer token authentication

Authorization URL: Token URL: Refresh URL:
Available scopes:
  • : Allow read & write access to My Authors
  • : Allow read access to My Authors
  • : Allow write access to My Authors
Path parameters
user_idstringRequired

Your own User ID

Body
Responses
200

Information Updated

application/json
put
/v1/clients/users/{user_id}

Code samples

Last updated

Was this helpful?