Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
Successful Response
The response is of type any
.
Endpoint to check if the provided token is valid. A successful response (200 OK) indicates a valid token. An unsuccessful response (401 Unauthorized) indicates an invalid token.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Successful Response
The response is of type any
.