List API Keys
Lists your API keys as metadata only, including the prefix (for example, 'ws_abcdefghij'), scope, permissions, and usage_count. Raw key values are never returned, and an empty list comes back if you have none. Expired-and-never-used keys are hidden by default; pass include_expired=true to see them, while expired keys that were used remain visible regardless.
Example prompt: List all my API keys including any that expired without being used
[
{
"prefix": "ws_abcdefghij",
"scope": "workspace",
"permissions": ["campaigns:read"],
"usage_count": 142
}
]What you can build
Parameters
Inputs accepted by list_api_keys.
| Name | Type | Description |
|---|---|---|
| account_id | string | Account to list keys for. Defaults to current account. |
| include_expired | boolean | Include expired-and-never-used keys in the list (default false). Expired keys that WERE used remain visible regardless. |
Related tools
Create API Key
Create a scoped API key with granular permissions and optional expiry. Raw key shown once, with a 10-key-per-account limit.
Revoke API Key
Permanently revoke an API key by UUID or prefix. Immediate and irreversible, and frees a slot toward the 10-key account limit.
List Webhooks
List every webhook on your account with its URL, subscribed events, and enabled status. The reference point for inspecting and managing event delivery.
The complete LinkedIn API. Ready when you are.
Connect your first LinkedIn profile in under 5 minutes. Every tool, every seat, no feature gates. Safe limits, warm-up, and full permission control built in.