Resend Verification Code
POST
http://82.180.154.188:4352/auth/resendcode
Last modified:2025-05-28 23:35:29
user Phone number must be provided with the country code.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://82.180.154.188:4352/auth/resendcode' \
--header 'Content-Type: application/json' \
--data-raw '{
"phoneNumber": "201025723911"
}'
Response Response Example
{
"status": "success",
"message": "Verification code sent to email / phone number."
}
Request
Body Params application/json