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.