v1

latestOpenAPI 3.0.3MIT2026-07-24122271451.2 KB
Webhook subscriptions

List Webhook Subscriptions

This operation fetches a paginated list of webhook subscriptions.

get/public/v1/webhook-subscriptions

Response

List webhook subscriptions

Example response

{
  "items": [
    {
      "uuid": "123e4567-e89b-12d3-a456-426614174000",
      "name": "My Subscription",
      "url": "https://example.com",
      "active": true,
      "payload": [
        "pricing"
      ],
      "triggers": [
        "document_state_changed"
      ],
      "workspace_id": "Nq8htXxFssmhRxAPSP4SBP",
      "shared_key": "587c22285F57883db3ee",
      "status": "ACTIVE"
    }
  ]
}