Users
Get my user information
Warning: Only OAuth Apps with the user:email scope will be able to access the authenticated user's private email address.
Authorizations
OAuth2authorizationCodeRequiredAuthorization URL: Token URL: Refresh URL:
OAuth2 Bearer token authentication
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
401
Unauthorized
application/json
403
Forbidden
application/json
get
/v1/clients/users/meCode samples
Update callbacks for my user
Authorizations
OAuth2authorizationCodeRequiredAuthorization URL: Token URL: Refresh URL:
OAuth2 Bearer token authentication
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
401
Unauthorized
application/json
403
Forbidden
application/json
put
/v1/clients/users/{user_id}Code samples
Last updated
Was this helpful?