cURL
curl --request GET \ --url https://control.green.us-east-1.aws.prod.archil.com/api/tokens \ --header 'Authorization: <api-key>'
{ "success": true, "data": { "tokens": [ { "id": "<string>", "name": "<string>", "description": "<string>", "tokenSuffix": "<string>", "createdAt": "2023-11-07T05:31:56Z", "lastUsedAt": "2023-11-07T05:31:56Z" } ] } }
Returns all API tokens for the authenticated account.
API key (format key-{API_KEY})
key-{API_KEY}
Maximum number of items to return
x <= 100
Pagination cursor from a previous response
List of API tokens
true
Show child attributes
Was this page helpful?