GET:webhooks/events.json
Commerce APIGET: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


loose: Boolean

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