Skip to content
Search
K
Main Navigation
Guide
Rest API
Wiki
Appearance
Menu
Return to top
Validate a password reset token.
GET
/api/users/password-reset/validation
Authorizations
api_key
Requests manipulating data need to supply a CSRF token
Type
API Key (header: X-CSRF-Token)
Parameters
Query Parameters
token
*
Type
string
Required
Responses
200
Success
Content-Type
application/json
Schema
JSON
JSON
{
"isValid"
:
true
}
GET
/api/users/password-reset/validation
Playground
Authorization
api_key
Variables
Key
Value
token
*
Try it out
Samples
cURL
JavaScript
PHP
Python
cURL
JavaScript
PHP
Python