cURL
curl --request GET \ --url https://api.limitless.exchange/auth/api-tokens \ --header 'X-API-Key: <api-key>'
[ { "tokenId": "<string>", "label": "<string>", "scopes": [ "<string>" ], "createdAt": "2023-11-07T05:31:56Z", "lastUsedAt": "2023-11-07T05:31:56Z" } ]
Lists all active (non-revoked) API tokens for the authenticated partner. Requires token management to be enabled for the partner.
API key for programmatic access. Generate at limitless.exchange -> profile menu -> Api keys.
List of active tokens
Unique token identifier
Human-readable label
Granted scopes
Token creation timestamp
Last time the token was used for authentication