Signup Confirm

This endpoint confirms the signup process by verifying the email confirmation code, accepting terms and conditions, and completing user registration.

🚧

Email Verification Code – API Rules

Code format:

  • 6-digit numeric code;
  • only numbers allowed.

Code expiry:

  • valid for 5 minutes;
  • expired codes cannot be used for verification.

Resend policy:

A new code can be requested once every 60 seconds by using POST /reg/v1/signup/confirm endpoint.

Verification attempts & account lock:

  • users have 5 attempts to enter the correct code;
  • after 5 failed attempts, the account is temporarily locked and user's forcibly logged out;
  • to unlock the account user should contact the support team.

Best Practice: Request a new code only when necessary to prevent delays.

Language
Click Try It! to start a request and see the response here!