v49

latestOpenAPI 3.1.0Proprietaryraw.githubusercontent.com2026-02-185890337.1 KB
Platform Webhooks

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

get/platform/webhooks

Response

List of platform webhooks

successtrue required

Example response

{
  "data": [
    {
      "id": "pwh_abc123def456"
    }
  ],
  "meta": {
    "requestId": "req_V1StGXR8_Z5jdHi6"
  }
}