Skip to main content
POST
Change password (revokes all other sessions on success)

Authorizations

Authorization
string
header
required

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

Body

application/json
currentPassword
string
required
newPassword
string
required

Response

200 - undefined