Verify a token

Token verification is performed by sending a POST request to the below endpoint. If the token is not valid, it will return a false value in the success attribute of the JSON response. When max_attempts are reached, or valid_for has expired, or the token has already been validated, the endpoint will return a 404 Not Found HTTP code.

Language
Authentication
Basic
base64
:
URL
Click Try It! to start a request and see the response here!