GET:webhooks/events.json
GET:webhooks/events.json
Description
Get webhook events.
This is a typical bulk get endpoint.
Permission bit: "webhook_events.read"
Topic: Webhooks
Query Parameters
ids: Comma-separated array of String, required
List of webhook event ids. See also: Unique Identifiers
Example: ?ids=we_EQzGqWoY,we_EQzGqWoY
When asking for multiple items, allow returning less than was asked (in case some are missing)
Example: ?loose=true
Response Body
Array of WebhookEvent
Response Body Type
Loading module