Skip to main content
POST
/
sdk
/
{environmentId}
/
emailVerifications
/
retry
Send new code for email verification
curl --request POST \
  --url https://app.dynamicauth.com/api/v0/sdk/{environmentId}/emailVerifications/retry \
  --header 'Content-Type: application/json' \
  --data '{
  "verificationUUID": "95b11417-f18f-457f-8804-68e361f9164f",
  "email": "[email protected]",
  "captchaToken": "<string>"
}'
{
  "verificationUUID": "95b11417-f18f-457f-8804-68e361f9164f",
  "email": "[email protected]"
}

Path Parameters

environmentId
string
required
Required string length: 36
Example:

Body

application/json
verificationUUID
string
required
Required string length: 36
Example:
email
string<email>
required
Maximum length: 255
captchaToken
string

Response

verificationUUID
string
required
Required string length: 36
Example:
email
string<email>
required