List webhook subscriptions
Every subscription on the tenant. The HMAC secret is never included — it is revealed once, at create time.
Use this to audit which URLs are listening, and to look up a whsub_… for deletion.
failureCount is consecutive failed deliveries; it resets on the next success. A subscription with a high
count and an old lastDeliveryAt is one whose endpoint has been down.
GET
/api/v1/webhooksAuthorization
AuthorizationBearer token (bloomcount_...) · headerrequiredQuery parameters
fieldsstringComma-separated list of the fields to return, so a caller can ask for the parts of an object it actually uses. A dotted path reaches inside a collection, so `variants.sku` keeps the variants array with only each variant's SKU. The object's own id comes back whether or not it is listed, which keeps a trimmed response addressable. A name that the resource hasn't got returns 422 `unknown_fields:` followed by the names that did not resolve. Omit the parameter for the full object.
Responses
200OK
itemsWebhookSubscription[]requiredShow propertiesHide properties
Array of
WebhookSubscriptionidstringrequiredurlstringrequiredeventsstring[]requiredactivebooleanrequiredcreatedAtinteger<int64>requiredUnix ms when this subscription was created.
lastDeliveryAtinteger<int64> | nullUnix ms of the most recent delivery attempt, or `null` if nothing has been delivered yet.
failureCountintegerCount of consecutive failed deliveries since the last success.
401Missing or invalid API key, or revoked / expired.
errorstringrequired403Authenticated, but the key lacks the required scope or the tenant has no API access.
errorstringrequired429Per-minute rate limit (60/min) or per-month cap exceeded.
errorstringrequired