---
title: "List webhooks"
method: GET
path: "/tenants/{tenantId}/webhooks"
tags: ["Webhooks"]
---

# List webhooks

`GET /tenants/{tenantId}/webhooks`

Get all configured webhook endpoints for a tenant.

## Path parameters

- `tenantId` string, required

## Response `200`

List of webhooks

- ListWebhooksResponse
  - `success` true, required
  - `data` object, required
    - `webhooks` WebhookSummary[], required
      - `id` string, required — Webhook ID
      - `name` string, required
      - `url` string, uri, required
      - `enabled` boolean, required
      - `events` string[], required
  - `meta` ApiMeta, required
    - `requestId` string, required — Unique request identifier for debugging and support

## Other responses

- `401` — Invalid or missing API key
- `404` — Tenant not found
- `429` — Rate limit exceeded
- `500` — Internal server error

---

[API](https://skmtc.net/arkhq-io/apis/ark-email-api.md) · [All operations](https://skmtc.net/arkhq-io/apis/ark-email-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/arkhq-io/ark-email-api/revisions/98a90852ffca/schema)
