Skip to main content
POST
/
authentication
/
start-otp
Initiates the OTP (One-Time Password) authentication process by sending an OTP to the specified phone number.
curl --request POST \
  --url https://api.example.com/authentication/start-otp \
  --header 'Content-Type: application/json' \
  --data '
{
  "phoneNumber": "<string>"
}
'

Body

The request containing the phone number to send the OTP to.

phoneNumber
string | null

Response

OTP sent successfully. Returns the request ID for verification.