GET
/
environments
/
{environmentId}
/
test
/
account
curl --request GET \
  --url https://app.dynamicauth.com/api/v0/environments/{environmentId}/test/account
{
  "code": "<string>"
}

Path Parameters

environmentId
string
required

ID of the environment

Required string length: 36

Response

200 - application/json
code
string
required