cURL
curl --request GET \ --url http://aris.local/api/tokens \ --header 'Authorization: Bearer <token>'
{ "tokens": [ { "id": "tok_abc123", "name": "Grafana Integration", "tokenPrefix": "aris_tok_xxx...", "createdAt": "2023-11-07T05:31:56Z", "lastUsed": "2023-11-07T05:31:56Z" } ] }
List all API tokens (masked for security).
Requires session authentication (PIN login), not API token.
Session token only (from PIN verification)
List of tokens
Show child attributes