---
title: "List Webhook Subscriptions"
method: GET
path: "/api/zapier/hooks"
tags: ["Webhooks"]
---

# List Webhook Subscriptions

`GET /api/zapier/hooks`

Get all active webhook subscriptions for the current tenant.

## Response `200`

List of active subscriptions

- WebhookSubscription[]
  - `id` string — Unique subscription identifier
  - `event_type` 'order.created' | 'abstract.created' | 'project.created' — Type of event subscribed to
  - `created_at` string, date-time — When the subscription was created
  - `last_triggered_at` string, date-time, nullable — When the webhook was last triggered
  - `trigger_count` integer — Number of times this webhook has been triggered

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.dev/titletrackr/apis/titletrackr-api.md) · [All operations](https://skmtc.dev/titletrackr/apis/titletrackr-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/titletrackr/titletrackr-api/revisions/ada9d8edbfb2/schema)
