sendOTP
POST
/api/sms/send-auth-otp/
User/Authentication
Request Request Example
Shell
JavaScript
Java
Swift
cURL
curl --location --request POST '/api/sms/send-auth-otp/' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone_number": "+201234567890",
"otp_type": "customer_auth"
}'
Response Response Example
200 - Example 1
{
"phone_number": "string",
"otp_type": "customer_auth"
}
Request
Body Params application/json