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.
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
}
]What you can build
Related tools
Create Event Subscription
Route a LinkedIn event type to a webhook with an optional filter. Get real-time delivery of replies, accepts, and more.
Delete Event Subscription
Delete a single event subscription to stop its webhook deliveries without affecting your other subscriptions or webhooks.
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.