Skip to main content
POST
Request a password reset token

Headers

x-client-id
string
required

Client identifier for the company in the request.

Example:

"client_abc123"

Body

application/json
client_id
string
required
Example:

"client_a1b2c3d4e5f6g7h8"

email
string<email>
required
Example:

"john@example.com"

Response

Reset token generated (or silent success if email not found)

message
string
Example:

"Password reset token generated. Deliver it to the user via email."

reset_token
string | null
Example:

"a1b2c3d4e5f6..."

expires_in
string | null
Example:

"1 hour"