POST
/
sdk
/
{environmentId}
/
smsVerifications
/
retry
curl --request POST \
  --url https://app.dynamicauth.com/api/v0/sdk/{environmentId}/smsVerifications/retry \
  --header 'Content-Type: application/json' \
  --data '{
  "verificationUUID": "95b11417-f18f-457f-8804-68e361f9164f",
  "phoneCountryCode": "An example name",
  "phoneNumber": "An example name",
  "isoCountryCode": "US",
  "captchaToken": "<string>"
}'
{
  "verificationUUID": "95b11417-f18f-457f-8804-68e361f9164f",
  "phoneNumber": "9171113333",
  "phoneCountryCode": "1",
  "isoCountryCode": "US"
}

Path Parameters

environmentId
string
required

ID of the environment

Required string length: 36
Example:

"95b11417-f18f-457f-8804-68e361f9164f"

Body

application/json
Sms Verification Id

The body is of type object.

Response

201
application/json
Successful response, a new code has been set

The response is of type object.