Skip to main content

Get Authenticated User

GET 

/me

Get the authenticated user details. Successful request will return a single User Object. This endpoint is optionally available as an S2S Service to Service request with an oauth S2S token. This behaves in the same way and will display user info for the account that created the S2S token. To retrieve another users info instead, you can optionally pass in a User Delegate Token when doing an S2S request. UDT can only be used when doing an S2S request.

Request

Responses

Request Successful