List API tokens in this org context.
cURL
curl --request GET \ --url https://app.strix.ai/api/v1/tokens \ --header 'Authorization: Bearer <token>'
{ "tokens": [ { "id": "<string>", "type": "personal", "name": "<string>", "scopes": [ "<string>" ], "secret_prefix": "<string>", "expires_at": "2023-11-07T05:31:56Z", "last_used_at": "2023-11-07T05:31:56Z", "revoked_at": "2023-11-07T05:31:56Z", "created_at": "2023-11-07T05:31:56Z" } ] }
API token from Settings > API Access
personal
service
List of tokens
Show child attributes