---
title: "Get Webhook"
method: GET
path: "/api/v1/webhooks/{webhook_id}"
tags: ["Webhooks"]
---

# Get Webhook

`GET /api/v1/webhooks/{webhook_id}`

Get a specific webhook subscription by ID.

Requires x-api-key header.

## Path parameters

- `webhook_id` integer, required

## Headers

- `x-api-key` string, nullable

## Response `200`

Successful Response

- WebhookSubscriptionResponse — Response schema for webhook subscription operations.
  - `id` integer, required — Webhook subscription ID
  - `event_type` 'video.completed' | 'video.failed', required — Supported webhook event types.
  - `webhook_url` string, required — The webhook URL
  - `secret` string, nullable — Auto-generated secret for signature verification (only shown on creation)
  - `is_active` boolean, required — Whether the subscription is active
  - `created_at` string, date-time, required — When the subscription was created

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/preciser/apis/preciser-data-management-api.md) · [All operations](https://skmtc.net/preciser/apis/preciser-data-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/preciser/preciser-data-management-api/versions/356993d0ef07/schema)
