Hanzo
OpenapiO11y

Sets a new password for whoever the reset token was minted for, consuming the…

Sets a new password for whoever the reset token was minted for, consuming the token.

POST /v1/o11y/resetPassword

Addresshttps://api.hanzo.ai/v1/o11y/resetPassword
MethodPOST
OperationResetPassword
AuthAuthorization: Bearer $HANZO_API_KEY

Sets a new password for whoever the reset token was minted for, consuming the token. Unauthenticated: the token is the proof.

Request

2 fields, body application/json (required).

FieldInTypeRequiredDescription
passwordbodystringPassword is the new password.
tokenbodystringToken is the reset-password token authorizing the change.

Response

StatusBodyMeaning
204no content

Failure carries the platform error shape — see Errors.

Examples

hanzo o11y resetPassword

O11y API · All Hanzo APIs · Interactive reference

How is this guide?

On this page