cURL
curl --request POST \ --url http://aris.local/api/tokens \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "Grafana Integration" } '
{ "token": { "id": "tok_abc123", "name": "Grafana Integration", "token": "aris_tok_xxxxxxxxxxxxxxxxxxx", "createdAt": "2023-11-07T05:31:56Z" } }
Create a new API token for external integrations.
Important: The full token is only returned once. Store it securely.
Requires session authentication (PIN login), not API token.
Session token only (from PIN verification)
Descriptive name for the token
100
"Grafana Integration"
Token created
Show child attributes