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

# Get webhook

`GET /webhooks/{webhook_id}`

The endpoint returns the details of a specific webhook by the given ID.

## Path parameters

- `webhook_id` string, required

## Response `200`

OK

- object
  - `status` 'success', required
  - `data` WebhookResponse, required
    - `webhook` Webhook, required
      - `id` string, required
      - `name` string, required
      - `vendor` string, required
      - `url` string, required
      - `api_key` string
      - `api_version` string, required
      - `created_at` string, date-time, required
      - `updated_at` string, date-time, required
      - `events` string[], required
  - `message` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/prequel/apis/prequel-data-export.md) · [All operations](https://skmtc.dev/prequel/apis/prequel-data-export/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/prequel/prequel-data-export/revisions/09c662a871f8/schema)
