---
title: "Get an event webhook"
method: GET
path: "/v1/event-webhooks/{webhook_key}"
tags: ["Event Webhooks"]
---

# Get an event webhook

`GET /v1/event-webhooks/{webhook_key}`

Retrieves a single event webhook by key.

## Path parameters

- `webhook_key` string, required

## Query parameters

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

## Response `200`

The request has succeeded.

- 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)
