Verify OTP
POST/auth/verify-otp
Verifies the OTP code and returns a Bearer token.
If the phone number is associated with multiple tenant accounts, the API returns token: null and a list of accounts. The integrator prompts the tenant to select an account, then calls this same endpoint again with the same OTP + the selected tenant_id.
Request
Responses
- 200
- 422
- 429
Login successful or multiple accounts found
Invalid or expired OTP
Rate limit exceeded