Verify OTP
API Endpoints
Verify OTP
Validates the user OTP and returns an Identity Token.
POST
Verify OTP
Request Body
The recipient’s phone number in E.164 format.
The 6-digit code entered by the user.
Response Examples
The response does not contain user data. You must decode the
identity_token on your backend to retrieve the user’s phone number. This ensures the request is authentic and hasn’t been tampered with.