POST
/
environments
/
{environmentId}
/
test
/
account
curl --request POST \
  --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

201
application/json
Successfully created
code
string
required