Register v2 Explorer - Step 1
Test the user registration v2 endpoint - Register with email and password in one step.
POST
/auth/v2/registerDescription
Register with email and password in a single step. Simpler than v1.
Parameters
Email address for the new user
Password (min 9 chars, uppercase, lowercase, number, special char)
Responses
1010 Response
Registration pending verification - Verification code sent to email.
4006 Response
Missing required data - Email or password field is missing.
4008 Response
The provided password does not meet the required criteria - Password too weak.
4002 Response
The email is already registered - User already exists in the system.
Test Request
https://www.swapbits.site/api
curl -X POST "https://www.swapbits.site/api/auth/v2/register" \
-H "Content-Type: application/json"