Saltar al contenido principal

Register v2 Explorer - Step 2

Verify email with the 6-digit code sent.

POST/auth/v2/register/verify

Description

Verify the 6-digit code sent by email to complete v2 registration

Parameters

Registration token from Step 1 (add as query parameter)
6-digit verification code received by email

Responses

1001 Response

User registered successfully - Account activated and ready to use.

4006 Response

Missing required data - Token or code field is missing.

4015 Response

Invalid session token - Token expired or does not exist.

4005 Response

Invalid verification code - The code does not match.

Test Request
https://www.swapbits.site/api
curl -X POST "https://www.swapbits.site/api/auth/v2/register/verify" \
  -H "Content-Type: application/json"