Skip to main content
POST
Set Password

Authorizations

Authorization
string
header
required

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

Body

application/json
new_password
string
required
confirm_password
string
required
current_password
string | null

Response

200 - application/json

OK

message
string
required
access_token
string
required
refresh_token
string
required