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
Example response
{
"data": [
{
"id": "pwh_abc123def456"
}
],
"meta": {
"requestId": "req_V1StGXR8_Z5jdHi6"
}
}