---
title: "Get Webhook Catalog"
method: GET
path: "/api/v1/webhooks/catalog"
tags: ["Webhooks"]
---

# Get Webhook Catalog

`GET /api/v1/webhooks/catalog`

## Response `200`

Successful Response

- ListWebhookCatalogResponse
  - `events` WebhookCatalogRow[], required
    - `event_type` string, required
    - `resource_type` 'mailbox' | 'phone_number' | 'agent_identity', required
    - `delivery_path` string, required
    - `payload_schema` string, required
    - `summary` string, required
    - `description` string, required
    - `trigger_text` string, required
    - `delivery_text` string, required
    - `response_text` string, required
    - `response_required` boolean, required
    - `example_payload` string, required
    - `example_response` string, nullable
  - `example_signature_headers` string, required

## Other responses

- `4XX` — Client error with Support Agent information.
- `5XX` — Server error with Support Agent information.

---

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