Read-only Pro

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.

list_webhooksGET/api/v1/webhooks
crispy — bash

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
  }
]
Permission scope
pro
Access
Read-only
Category
Account

What you can build

Audit which event integrations are currently wired to your account
Find a webhook_id to pass into update, test, or delete operations
Confirm which webhooks are enabled versus paused
Review the valid event types available before creating a new webhook

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.