Skip to main content
GET
/
oauthAccounts
/
{oauthAccountId}
/
accessToken
Get the access token for a user OAuth account
curl --request GET \
  --url https://app.dynamicauth.com/api/v0/oauthAccounts/{oauthAccountId}/accessToken \
  --header 'Authorization: Bearer <token>'
{
  "accessToken": "<string>"
}

Authorizations

Authorization
string
header
required

Path Parameters

oauthAccountId
string
required
Required string length: 36
Example:

Response

accessToken
string
required