Get the access token for a user OAuth account
Returns the OAuth access token for the specified user account.
GET
Get the access token for a user OAuth account
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
UUID of a user oauth account
Required string length:
36Pattern:
^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$Example:
"95b11417-f18f-457f-8804-68e361f9164f"
Response
Successful response
OAuth access token for the user's connected social account
OAuth scopes granted to the access token, as captured at the time of token issuance. Empty array when the provider did not surface scopes or when the token predates scope capture.
Example:
["openid", "email", "profile"]Last modified on January 21, 2026
Get the access token for a user OAuth account