Xtrempay Api Documentation
Authorization: Bearer ********************
{
"email": "omiwoletemitope@gmail.com"
}
curl --location --request POST 'https://mock.apidog.com/m1/918700-0-defaultv1/auth/resend-email-otp' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "omiwoletemitope@gmail.com"
}'
{
"timestamp": "2025-07-21T19:28:15.481Z",
"status": 0,
"success": true,
"message": "Otp resent Successfully",
"data": {
"email": "omiwoletemitope@gmail.com",
"message": "Otp resent Successfully, pls check your inbox or your spam"
}
}