---
title: "List event webhooks"
method: GET
path: "/v1/event-webhooks"
tags: ["Event Webhooks"]
---

# List event webhooks

`GET /v1/event-webhooks`

Lists event webhooks for the organization.

## Query parameters

- `product_area` 'importer' | 'multi_file_feeds' — Product area that owns the event webhook.

## Response `200`

The request has succeeded.

- EventWebhookListResponse
  - `event_webhooks` EventWebhookResource[]
    - `id` integer — The unique identifier of the event webhook.
    - `webhook_key` string — The org-unique key identifying this event webhook.
    - `product_area` 'importer' | 'multi_file_feeds' — Product area that owns the event webhook.
    - `url` string — The HTTPS URL that OneSchema will POST event payloads to.
    - `description` string — Optional human-readable description.
    - `events` EventWebhookEventType[] — Event types subscribed to by this webhook.

## Other responses

- `400` — Bad request
- `401` — Unauthorized (missing or invalid API key)
- `403` — Forbidden

---

[API](https://skmtc.net/oneschema/apis/templates.md) · [All operations](https://skmtc.net/oneschema/apis/templates/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oneschema/templates/revisions/40674aa6d4d9/schema)
