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"
}
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"
}
ID of the environment
36
"95b11417-f18f-457f-8804-68e361f9164f"
Sms Verification Id
The body is of type object
.
Successful response, a new code has been set
The response is of type object
.
Was this page helpful?