Skip to main content
POST
Validates the OTP code and authenticates the user if the code is correct.

Body

The request containing the OTP request ID, OTP code, and phone number.

phoneNumber
string | null
requestId
string | null
otp
string | null

Response

OTP validated successfully. Returns authentication token with portal information.