Read-only Pro

List Event Subscriptions

Lists your event subscriptions, such as 'message.received', returning each subscription's UUID, event type, filter, enabled state, and the linked webhook_id. If no subscriptions exist, it returns an empty array. Use this to audit which events are being routed to which webhook endpoints.

list_subscriptionsGET/api/v1/subscriptions
crispy — bash

Example prompt: Show me all my event subscriptions and which webhooks they point to

[
  {
    "id": "sub-9f2a-...",
    "event": "message.received",
    "webhook_id": "wh-1234-...",
    "enabled": true,
    "filter": null
  }
]
Permission scope
pro
Access
Read-only
Category
Account

What you can build

Audit which LinkedIn events are wired to which webhook endpoints
Confirm a subscription is enabled and using the expected filter
Find the subscription UUID you need before deleting one
Verify event routing after setting up a new integration

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.