Hanzo
OpenapiO11y

Checks that a reset-password token exists and has not expired, without…

Checks that a reset-password token exists and has not expired, without consuming it.

POST /v1/o11y/reset_password_tokens/verify

Addresshttps://api.hanzo.ai/v1/o11y/reset_password_tokens/verify
MethodPOST
OperationVerifyResetPasswordToken
AuthAuthorization: Bearer $HANZO_API_KEY

Checks that a reset-password token exists and has not expired, without consuming it. Unauthenticated: the token is the proof.

Request

1 field, body application/json (required).

FieldInTypeRequiredDescription
tokenbodystringToken is the reset-password token.

Response

StatusBodyMeaning
204no content

Failure carries the platform error shape — see Errors.

Examples

hanzo o11y reset_password_tokens verify

O11y API · All Hanzo APIs · Interactive reference

How is this guide?

On this page