Skip to main content
GET
/
api
/
tokens
List API tokens
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"
    }
  ]
}

Authorizations

Authorization
string
header
required

Session token only (from PIN verification)

Response

List of tokens

tokens
object[]