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

# List platform webhooks

`GET /platform/webhooks`

Get all platform webhook endpoints configured for your organization.

Platform webhooks receive events from **all tenants** in your organization,
unlike tenant webhooks which only receive events for a specific tenant.
This is useful for centralized event processing and monitoring.

## Response `200`

List of platform webhooks

- ListPlatformWebhooksResponse
  - `success` true, required
  - `data` PlatformWebhookSummary[], required
    - `id` string, required — Platform webhook ID
    - `name` string, required
    - `url` string, uri, required
    - `enabled` boolean, required
    - `events` string[], required
    - `createdAt` string, date-time, required
  - `meta` ApiMeta, required
    - `requestId` string, required — Unique request identifier for debugging and support

## Other responses

- `401` — Invalid or missing API key
- `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)
