Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.example.com/authentication/validate-otp \ --header 'Content-Type: application/json' \ --data ' { "phoneNumber": "<string>", "requestId": "<string>", "otp": "<string>" } '
The request containing the OTP request ID, OTP code, and phone number.
OTP validated successfully. Returns authentication token with portal information.