Skip to main content
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

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.
Pro Tip: The OTP is valid for 5 minutes. If it expires, use the resend OTP endpoint to get a new code.