Last updated 1 month ago
Was this helpful?
Get all API tokens.
curl -L \ --url '/v1/accounts/api-tokens'
{ "$meta": { "pagination": { "offset": 1, "limit": 1, "total": 1 }, "omitted": [ "text" ] }, "data": [ { "id": "text", "audit": "[Circular Reference]", "$meta": { "omitted": [ "text" ] }, "href": "text", "status": "text", "name": "text", "description": "text", "icon": "text", "lastAccessAt": "2025-03-19T20:33:18.576Z", "token": "text", "account": "[Circular Reference]", "modules": "[Circular Reference]" } ] }