Skip to main content
POST
Request a password reset code

Authorizations

Authorization
string
header
required

Session JWT (from register/login) or API key (pk_...). X-API-Key: <token> is accepted as an alternative header.

Body

application/json
org
string
required
email
string<email>
required
channel
enum<string>
default:email
Available options:
email,
sms,
whatsapp

Response

200 - application/json

Generic acknowledgement (never reveals if the account exists).

Last modified on July 18, 2026