Fetch an API token
GET
/fetch/{token}
Returns metadata for the specified token.
Authorizations
ApiKeyAuth
API token obtained via the /register endpoint. Pass as the X-Api-Token header on every request.
Type
API Key (header: X-Api-Token)
Parameters
Path Parameters
token*
The raw token string to look up.
Type
Requiredstring
Responses
Token metadata.
application/json
JSON "token": "a3f9b2c1...", "admin": false
{
}
GET
/fetch/{token}