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

---

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