List Webhooks
Lists all webhooks configured for your account, each with its webhook_id, target URL, subscribed event types, and enabled status. Returns an empty array when no webhooks exist. Pair it with get_webhook_deliveries to inspect the delivery history of any specific webhook.
Example prompt: List all my configured webhooks and tell me which ones are currently enabled
[
{
"webhook_id": "3f2a9c10-7b1e-4d22-9a01-bc44ee551122",
"url": "https://myapp.com/hook",
"events": ["message.received", "invitation.accepted"],
"enabled": true
}
]What you can build
Related tools
Create Webhook
Register an HTTPS webhook to receive real-time LinkedIn event notifications. Returns a signing secret to verify payloads. Up to 25 webhooks per account.
Update Webhook
Change a webhook's URL, subscribed events, enabled status, or description by ID. Adjust integrations without recreating them from scratch.
Get Webhook Deliveries
Inspect recent delivery attempts for a webhook with status, response codes, errors, and retry schedule. Diagnose failures and confirm successful sends.
Delete Webhook
Permanently remove a webhook by ID, stopping all deliveries and detaching its subscriptions. A clean way to retire integrations you no longer need.
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.