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

# List Webhooks

`GET /webhooks`

Retrieves a list of all webhook configurations created for the authenticated account. Each webhook object includes its subscribed event types and any associated custom headers.

## Headers

- `on-behalf-of` string

## Response `200`

Webhook list retrieved successfully.

- Schema[] — unresolved $ref

## Other responses

- `400` — Bad Request – Invalid or unsupported input.
- `401` — Unauthorized – Missing or invalid API key.
- `403` — Forbidden – Client does not have permission to view webhooks.
- `500` — Internal Server Error – Unexpected failure occurred.

---

[API](https://skmtc.dev/netcorecloud/apis/email-api-v6.md) · [All operations](https://skmtc.dev/netcorecloud/apis/email-api-v6/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/netcorecloud/email-api-v6/revisions/73f83bc2eff8/schema)
