ResendPhoneCode
Resend code to verify user phone number
Resend code to verify user phone number.
curl -X POST "https://loading/v2/users/string/phone/resend"{
"details": {
"sequence": 0,
"changeDate": "1s",
"resourceOwner": "string",
"creationDate": "1s"
},
"verificationCode": "string"
}{
"code": "not_found",
"message": "string",
"detail": {
"type": "string",
"value": "string",
"debug": {}
}
}Was this page helpful?