Start OTP login
Begins an OTP login flow for a user, member, or third-party user.
Dispatches the OTP (WhatsApp by default). Unauthenticated — this
endpoint issues the credential that protects every /v1/* route.
POST
Start OTP login
Start OTP login
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The Zeam API is in active development. Check the changelog for the latest updates.
Begins an OTP login flow for a user, member, or third-party user.
Dispatches the OTP (WhatsApp by default). Unauthenticated — this
endpoint issues the credential that protects every /v1/* route.
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"
}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"
}