Browse the API reference

Validate Reset Token

get/v1/auth/password/reset/validate

Part of Auth.

Check if a password reset token is valid without consuming it. Returns masked email on success.

Authentication

This operation does not require an API key.

Query parameters

NameTypeDescription
tokenrequiredstringPassword reset token

Example request

curl
curl -X GET "https://api.robosystems.ai/v1/auth/password/reset/validate?token=<token>"

Responses

200 Successful Response

FieldTypeDescription
validrequiredboolean

Whether the token is valid

emailoptionalstring

Masked email address if token is valid

StatusMeaning
400Invalid request
422Validation Error
429Rate limit exceeded
500Internal server error