Skip to main content
POST
/
auth-send-otp
Error
A valid request URL is required to generate request examples
{
  "success": true,
  "status": 200,
  "data": {
    "message": "OTP sent to your phone."
  }
}

Body

application/json
phone
string
required

Valid Nigerian phone number

Pattern: ^(\+234[0-9]{10}|0[0-9]{10})$
Example:

"+2348012345678"

Response

OTP sent

success
boolean
Example:

true

status
integer
Example:

200

data
object