GET
/
oauthAccounts
/
{oauthAccountId}
/
accessToken
curl --request GET \
  --url https://app.dynamicauth.com/api/v0/oauthAccounts/{oauthAccountId}/accessToken \
  --header 'Authorization: Bearer <token>'
{
  "accessToken": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

oauthAccountId
string
required

UUID of a user oauth account

Required string length: 36

Response

200
application/json
Successful response
accessToken
string
required