Documentation Index
Fetch the complete documentation index at: https://docs.sertexity.com/llms.txt
Use this file to discover all available pages before exploring further.
Change Password
Update the account password. All existing sessions are revoked on success.POST /account/change-password · 🔒 Auth required
Request
| Field | Type | Required | Notes |
|---|---|---|---|
current_password | string | ✅ | |
new_password | string | ✅ | Min 8 chars, uppercase + lowercase + digit + special char |
new_password_confirmation | string | ✅ | Must match new_password exactly |
Response 204 No Content
Empty body. All refresh tokens are revoked — a new login is required.
Errors
| Code | HTTP | Cause |
|---|---|---|
VALIDATION_ERROR | 400 | Weak password or confirmation mismatch |
INVALID_CREDENTIALS | 401 | current_password is incorrect |