Check Authentication
GET/authenticated
This endpoint will return "authenticated": true
if the request was done correctly using a valid API Key. Otherwise, it will fail with the standard unauthenticated error: HTTP/1.1 401 Unauthorized
and payload {"error":"invalid token"}
. This endpoint is free of any charge.
Responses
- 200
- 401
A JSON object with the shorter/shareable version of the token, a boolean and a descriptive confirmation.
A JSON object with the error message