- The
sessionIdreturned from the OTP request - The OTP code received by the user
Endpoint
Authentication
Request Body
Example Request
Successful Verification
HTTP 200Response Fields
Verification Statuses
Invalid OTP
HTTP 400Expired OTP
HTTP 410Maximum Attempts Reached
HTTP 423OTP Already Used
HTTP 409Session Not Found
HTTP 404Security Considerations
- Always use HTTPS.
- OTP sessions are single-use.
- Successfully verified OTPs cannot be reused.
- Verification attempts are limited.
- Expired OTPs must be re-requested.
- Store API credentials securely.
Workspace Isolation
OTP sessions are isolated by workspace. A workspace can only verify OTP sessions generated within that same workspace. Cross-workspace verification is not permitted.Related Resources
OTP Service Overview
Learn how the OTP service works.
Request OTP
Generate and deliver an OTP.