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

# List webhooks

`GET /webhooks`

Get a list of all the webhooks

## Query parameters

- `page[number]` integer
- `page[size]` integer

## 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
  - `meta` Meta
    - `size` integer
    - `total` integer
  - `links` Links
    - `last` string, uri
    - `next` string, uri
    - `prev` string, uri
    - `first` string, uri
    - `self` string, uri

## Changes

- **2024-07-03** `22e310ff5a89` — 3 warning
  - added the new `container.pickup_lfd.changed` enum value to the `data/items/attributes/events/items/` response property for the response status `200`
  - added the new `container.transport.arrived_at_inland_destination` enum value to the `data/items/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/items/attributes/events/items/` response property for the response status `200`

[Change history](https://skmtc.dev/terminal49/apis/terminal49-api-reference/changes/webhooks/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/22e310ff5a89/schema)
