Skip to main content
POST
/
identity
/
otp
Request a WhatsApp OTP
curl --request POST \
  --url https://api.useduro.com/identity/otp \
  --header 'Content-Type: application/json' \
  --data '
{
  "phone": "2348012345678"
}
'
{
  "expiresAt": "<string>",
  "delivered": true
}

Body

application/json
phone
string
required
Example:

"2348012345678"

Response

200 - application/json

Sent

expiresAt
string
delivered
boolean