curl --request POST \
--url https://aarwcjjzhlmkgdwrisyt.supabase.co/functions/v1/auth-send-otp \
--header 'Content-Type: application/json' \
--data '
{
"phone": "+2348012345678"
}
'{
"success": true,
"status": 200,
"data": {
"message": "OTP sent to your phone."
}
}Sends a 6-digit OTP to the provided phone number. Use before signup to confirm the number is real, or before login to initiate the OTP step.
curl --request POST \
--url https://aarwcjjzhlmkgdwrisyt.supabase.co/functions/v1/auth-send-otp \
--header 'Content-Type: application/json' \
--data '
{
"phone": "+2348012345678"
}
'{
"success": true,
"status": 200,
"data": {
"message": "OTP sent to your phone."
}
}OTP sent