Webhooks
List Webhook Subscriptions
Get all active webhook subscriptions for the current tenant.
get/api/zapier/hooks
Response
List of active subscriptions
Example response
[
{
"id": "zapier_abc123def456",
"event_type": "order.created",
"created_at": "2024-01-15T10:30:00Z",
"last_triggered_at": "2024-01-20T14:45:00Z",
"trigger_count": 42
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.