🚀 You can now run code directly on your disks with serverless execution!
Returns all API tokens for the authenticated account.
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"
}
]
}
}Documentation Index
Fetch the complete documentation index at: https://docs.archil.com/llms.txt
Use this file to discover all available pages before exploring further.
API key (format key-{API_KEY})
Maximum number of items to return
x <= 100Pagination cursor from a previous response
Was this page helpful?
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"
}
]
}
}