Skip to main content
POST
/
environments
/
{environmentId}
/
test
/
account
Create a new test account for this environment
curl --request POST \
  --url https://app.dynamicauth.com/api/v0/environments/{environmentId}/test/account
{
  "code": "<string>",
  "email": "<string>",
  "phone": "<string>"
}

Path Parameters

environmentId
string
required
Required string length: 36
Example:

Response

code
string
required
email
string
phone
string