All Tools/AccountRead-only

List Webhooks

List all registered webhook endpoints for your account. Returns webhook URLs, subscribed event types, signing secret hints, and delivery status. Use this to audit your webhook configuration and troubleshoot delivery issues.

MCP tool name: list_webhooks

Use Cases

  • Review all active webhook endpoints and their events
  • Audit webhook configuration for security compliance
  • Troubleshoot missing webhook deliveries
  • Get webhook IDs for updating or deleting endpoints

Example

Prompt

List all my registered webhooks

Response

[
  {
    "id": "wh_abc123",
    "url": "https://example.com/webhook",
    "events": ["message.received", "invitation.accepted"],
    "active": true,
    "last_delivery": "2026-03-04T10:00:00Z"
  },
  ...
]

Permission Scopes

This tool is available in the following permission scopes:

full access

The complete LinkedIn API. Ready when you are.

Connect your first LinkedIn profile in under 5 minutes. All 164 tools. Safe limits, warm-up, and full permission control built in.