Skip to main content
POST
/
v1
/
public
/
auth
/
request-otp
Start OTP login
curl --request POST \
  --url https://api.zeam.money/gw/v1/public/auth/request-otp \
  --header 'Content-Type: application/json' \
  --data '
{
  "mobileNumber": "+27821234567"
}
'
{
  "requestId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Body

application/json
mobileNumber
string
required

E.164 mobile number that will receive the OTP.

Example:

"+27821234567"

Response

OTP dispatched.

requestId
string<uuid>
required

Opaque handle to replay on verification.