Path Parameters
Required string length:
36Example:
Body
application/json
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"
}36Was this page helpful?
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"
}