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

# Get single webhook

`GET /webhooks/{id}`

Get the details of a single webhook

## Response `200`

OK

- object
  - `data` Webhook
    - `id` string, uuid, required
    - `type` 'webhook', required
    - `attributes` object
      - `url` string, uri, required — https end point
      - `active` boolean, required — Whether the webhook will be delivered when events are triggered
      - `events` string[], required — The list of events to enabled for this endpoint
      - `secret` string, required — A random token that will sign all delivered webhooks
      - `headers` object[], nullable
        - `name` string
        - `value` string

## Changes

- **2026-05-20** `3b798d71b259` — 2 warning, 9 info
  - added the new `document.extracted` enum value to the `data/attributes/events/items/` response property for the response status `200`
  - added the new `document.extraction_failed` enum value to the `data/attributes/events/items/` response property for the response status `200`
  - removed the `container.pickup_appointment.changed` enum value from the `data/attributes/events/items/` response property for the response status `200`
  - removed the `container.pickup_lfd_rail.changed` enum value from the `data/attributes/events/items/` response property for the response status `200`
  - …7 more
- **2026-03-30** `ba531dc63989` — 9 warning, 2 info
  - added the new `container.pickup_appointment.changed` enum value to the `data/attributes/events/items/` response property for the response status `200`
  - added the new `container.pickup_lfd_rail.changed` enum value to the `data/attributes/events/items/` response property for the response status `200`
  - added the new `container.pickup_lfd_terminal.changed` enum value to the `data/attributes/events/items/` response property for the response status `200`
  - added the new `container.transport.delivered` enum value to the `data/attributes/events/items/` response property for the response status `200`
  - …7 more
- …earlier changes not shown

[Full history](https://skmtc.dev/terminal49/apis/terminal49-api-reference/changes/webhooks/:id/get.md)

---

[API](https://skmtc.dev/terminal49/apis/terminal49-api-reference.md) · [All operations](https://skmtc.dev/terminal49/apis/terminal49-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/terminal49/terminal49-api-reference/revisions/3b798d71b259/schema)
