Skip to content

Validate a password reset token.

GET
/api/users/password-reset/validation

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Parameters

Query Parameters

token*
Typestring
Required

Responses

Success

application/json
JSON
{
"isValid": true
}

Playground

Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python