Skip to main content
POST
Change password

Authorizations

Authorization
string
header
required

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

Body

application/json
current_password
string<password>
required
password
string<password>
required
password_confirmation
string<password>
required

Response

Password changed.

message
string
required
Last modified on July 19, 2026