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

# List Webhooks

`GET /api/v1/webhooks`

List all webhook subscriptions for the authenticated client.

Requires x-api-key header.

## Headers

- `x-api-key` string, nullable

## Response `200`

Successful Response

- WebhookListResponse — Response schema for listing webhook subscriptions.
  - `subscriptions` WebhookSubscriptionResponse[], required — List of webhook subscriptions
    - `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/42cb7b14430f/schema)
