Console APIs - Authentication
Validate Registration
Verify email with OTP to activate user account
POST
Validate Registration
Verify user’s email address using OTP to activate the account after registration.Authentication
This endpoint does not require authentication.Request Body
string
required
OTP session identifier received from registration endpoint.
string
required
6-digit OTP code received via email.
Response Fields
object
required
Verification data object.
Error Responses
400 Bad Request
400 Bad Request
Usage Examples
Verification Flow
Registration
User registers and receives OTP session ID.
Email Check
User checks email for 6-digit OTP code.
OTP Submission
User enters OTP code with session ID.
Account Activated
Account is activated and user can now login.