---
title: "Get All Webhooks"
method: GET
path: "/api/webhooks/"
tags: ["Webhooks"]
---

# Get All Webhooks

`GET /api/webhooks/`

Get all webhooks for the current tenant

## Response `200`

Successful Response

- WebhookResponse[]
  - `events` string[], required
  - `url` string, uri, required
  - `enabled` boolean
  - `id` string, required
  - `secret` string, required

## Other responses

- `401` — Unauthorized: API key is missing, invalid, or inactive

## Changes

- **2025-06-10** `35f5e1c1d3aa` — 1 info
  - added the required property `items/secret` to the response with the `200` status

[Change history](https://skmtc.dev/e-invoice-be/apis/e-invoice-be-peppol-access-point-api/changes/api/webhooks/get.md)

---

[API](https://skmtc.dev/e-invoice-be/apis/e-invoice-be-peppol-access-point-api.md) · [All operations](https://skmtc.dev/e-invoice-be/apis/e-invoice-be-peppol-access-point-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/e-invoice-be/e-invoice-be-peppol-access-point-api/revisions/a5b8396effe8/schema)
