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

Path Parameters

environmentId
string
required
Required string length: 36
Example:
oauthAccountId
string
required
Required string length: 36
Example:

Response

accessToken
string
required