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

# List webhooks

`GET /webhooks`

## Response `200`

- WebhookResponse[]
  - `id_webhook_endpoint` string, nullable, required — The unique UUID of the webhook.
  - `endpoint_description` string, nullable, required — The description of the webhook.
  - `url` string, nullable, required — The endpoint url of the webhook.
  - `secret` string, required — The secret of the webhook.
  - `active` boolean, nullable, required — The status of the webhook.
  - `created_at` string, date-time, nullable, required — The created date of the webhook.
  - `scope` string[], nullable, required — The events that the webhook listen to.
  - `id_project` string, nullable, required — The project id tied to the webhook.
  - `last_update` string, date-time, nullable, required — The last update date of the webhook.

## Changes

- **2024-08-05** `ca213ae36b7f` — 1 info
  - endpoint added
- **2024-08-05** `167edd5346ec` — 1 breaking
  - api path removed without deprecation
- **2024-08-03** `9d25bd589fe9` — 7 breaking
  - the response property `items/active` became nullable for the status `200`
  - the response property `items/created_at` became nullable for the status `200`
  - the response property `items/id_project` became nullable for the status `200`
  - the response property `items/id_webhook_endpoint` became nullable for the status `200`
  - …3 more
- **2024-08-01** `414c3e999e0b` — 2 breaking
  - the response property `items/endpoint_description` became nullable for the status `200`
  - the response property `items/last_update` became nullable for the status `200`
- **2024-08-01** `f48b82299d9d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/panoratech/apis/panora-api-2/changes/webhooks/get.md)

---

[API](https://skmtc.dev/panoratech/apis/panora-api-2.md) · [All operations](https://skmtc.dev/panoratech/apis/panora-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/panoratech/panora-api-2/revisions/ef360d76c658/schema)
