Saltar al contenido principal

Register v1 Explorer - Step 2

Verify the 6-digit code sent to email.

POST/auth/register/verify

Description

Verify the 6-digit code sent by email

Parameters

Session token obtained in Step 1 (add as query parameter)
6-digit verification code received by email

Responses

3001 Response

Email verified successfully - Proceed to Step 3 to set password.

4006 Response

Missing required data - Token or code field is missing.

4015 Response

Invalid session token - Token expired or does not exist (10 min validity).

4005 Response

Invalid verification code - The code does not match.

4004 Response

The verification token is invalid - Token not found or corrupted.

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