Change Password Request Explorer - Step 1
Initiate password change session and get validation token.
POST
/auth/account/password/requestDescription
Create a temporary password change session (5 min validity). Returns validation token and verification type (PASSWORD_ONLY or 2FA_REQUIRED).
Parameters
Responses
1010 Response
Password change session created - Returns validationToken, verificationType, and required fields.
401 Unauthorized
Unauthorized - Valid JWT token required in Authorization header.
Test Request
https://www.swapbits.site/api
curl -X POST "https://www.swapbits.site/api/auth/account/password/request" \
-H "Content-Type: application/json"