GET
/
sdk
/
{environmentId}
/
oauthAccounts
/
{oauthAccountId}
/
accessToken
curl --request GET \
  --url https://app.dynamicauth.com/api/v0/sdk/{environmentId}/oauthAccounts/{oauthAccountId}/accessToken
This response has no body data.

Path Parameters

environmentId
string
required

ID of the environment

Required string length: 36
oauthAccountId
string
required

UUID of a user oauth account

Required string length: 36