Skip to main content
PATCH
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
password
string
required

Minimum 8 chars

Minimum string length: 8
newPassword
string
required
Minimum string length: 8
Pattern: ^(?=.*[A-Z])(?=.*\d).{8,}$/i

Response

201

Change password successfully

Last modified on March 5, 2026