Skip to main content
POST
Reset user password

Headers

x-client-id
string
required

Client identifier for the company in the request.

Example:

"client_abc123"

Body

application/json
token
string
required
Example:

"a1b2c3d4e5f6..."

password
string<password>
required
Minimum string length: 8
Example:

"newSecret123"

password_confirmation
string<password>
required
Example:

"newSecret123"

Response

Password reset successfully

message
string
Example:

"Password reset successfully."