---
search:
  tags:
    - Webhook subscriptions
    - GET
seo:
  description: >-
    Every subscription on the tenant. The HMAC secret is never included — it is…
    Reference for the GET /api/v1/webhooks endpoint in the Bloomcount Public API
    API.
sidebar:
  label: List webhook subscriptions
  badge: GET
title: List webhook subscriptions
type: openapi-operation
---
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.

<Operation source="reference" id="get-api-v1-webhooks" />
