Users
Get my user information
OAuth: This endpoint requires one of the following scopes: user:manage
, user:read
or user:write
.
Warning: Only OAuth Apps with the user:email
scope will be able to access the authenticated user's private email address.
Retrieve my information
get
/v1/clients/users/me
Authorizations
Responses
application/json
application/json
application/json
cURL
JavaScript
Python
HTTP
200
401
403
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
/v1/clients/users/{user_id}
Authorizations
Path parameters
user_idstringrequired
Your own User ID
Body
userobject
Responses
application/json
application/json
application/json
cURL
JavaScript
Python
HTTP
200
401
403
Code samples
Last updated
Was this helpful?