Hanzo
OpenapiO11y

Starts the forgotten-password flow: the named user is mailed a reset link.

Starts the forgotten-password flow: the named user is mailed a reset link.

POST /v1/o11y/factor_password/forgot

Addresshttps://api.hanzo.ai/v1/o11y/factor_password/forgot
MethodPOST
OperationForgotPassword
AuthAuthorization: Bearer $HANZO_API_KEY

Starts the forgotten-password flow: the named user is mailed a reset link. Unauthenticated by design, and deliberately quiet about whether the address exists.

Request

3 fields, body application/json (required).

FieldInTypeRequiredDescription
emailbodystringEmail is the address to mail the reset link to.
frontendBaseURLbodystringFrontendBaseURL is the console origin the reset link is built on.
orgIdbodystringOrgID is the org the address belongs to.

Response

StatusBodyMeaning
204no content

Failure carries the platform error shape — see Errors.

Examples

hanzo o11y factor_password forgot

O11y API · All Hanzo APIs · Interactive reference

How is this guide?

On this page