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

# List webhooks

`GET /webhooks`

**Access policy**: authenticated

## Query parameters

- `filters` string

## Response `200`

OK

- PortainerWebhook[]
  - `EndpointId` integer
  - `Id` integer — Webhook Identifier
  - `RegistryId` integer
  - `ResourceId` string
  - `Token` string
  - `Type` 0 | 1

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.net/portainer/apis/portainerce-api.md) · [All operations](https://skmtc.net/portainer/apis/portainerce-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/portainer/portainerce-api/versions/c0b0975cd11b/schema)
