users
Get the access token for a user OAuth account
GET
/
oauthAccounts
/
{oauthAccountId}
/
accessToken
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
oauthAccountId
string
requiredUUID of a user oauth account
Response
200 - application/json
accessToken
string
requiredWas this page helpful?