Skip to main content
POST
Change Client Password

Example Request

newPassword must be at least 12 characters and pass password strength validation.

Authorizations

Authorization
string
header
required

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

Path Parameters

clientId
string
required

Body

application/json
oldPassword
string
required
newPassword
string
required
Minimum string length: 12

Response

Successful response

success
boolean
required
message
string
required