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

- **2025-10-22** `2ebc74307d64` — 1 warning
  - added the new `container.pickup_lfd_line.changed` enum value to the `data/attributes/events/items/` response property for the response status `200`
- **2025-04-09** `bd78172c578e` — 1 warning
  - added the new `container.transport.available` enum value to the `data/attributes/events/items/` response property for the response status `200`
- **2024-07-03** `22e310ff5a89` — 3 warning
  - added the new `container.pickup_lfd.changed` enum value to the `data/attributes/events/items/` response property for the response status `200`
  - added the new `container.transport.arrived_at_inland_destination` enum value to the `data/attributes/events/items/` response property for the response status `200`
  - added the new `container.transport.estimated.arrived_at_inland_destination` enum value to the `data/attributes/events/items/` response property for the response status `200`

[Change 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/002d787cbbc0/schema)
