On this page
No Headings
API Reference Overview
List webhooks
/v1/notifications/webhooksLists webhooks for an app.
Create webhook
/v1/notifications/webhooksSubscribes your webhook listener to events.
Show webhook details
/v1/notifications/webhooks/{webhook_id}Shows details for a webhook, by ID.
Update webhook
/v1/notifications/webhooks/{webhook_id}Updates a webhook to replace webhook fields with new values.
Delete webhook
/v1/notifications/webhooks/{webhook_id}Deletes a webhook, by ID.
List event subscriptions for webhook
/v1/notifications/webhooks/{webhook_id}/event-typesLists event subscriptions for a webhook, by ID.
List webhook lookups
/v1/notifications/webhooks-lookupLists webhook lookups.
Create webhook lookup
/v1/notifications/webhooks-lookupCreates a webhook lookup.
Show webhook lookup details
/v1/notifications/webhooks-lookup/{webhook_lookup_id}Shows details for a webhook lookup, by ID.
Delete webhook lookup
/v1/notifications/webhooks-lookup/{webhook_lookup_id}Deletes a webhook lookup, by ID.
List event notifications
/v1/notifications/webhooks-eventsLists webhooks event notifications.
Show event notification details
/v1/notifications/webhooks-events/{event_id}Shows details for a webhooks event notification, by ID.
Resend event notification
/v1/notifications/webhooks-events/{event_id}/resendResends a webhook event notification, by ID.