latestOpenAPI 3.0.02026-08-202629123.8 KB

351c1f004617

Webhooks

List webhooks for a workspace

Get all webhook subscriptions for a specific workspace.

get/api/v1/workspace/{workspace_id}/webhooks

Path parameters

workspace_idinteger required

The ID of the workspace

Response

Webhook list

idstring

The webhook URL

Example response

[
  {
    "id": "https://hooks.zapier.com/hooks/catch/123456/abcdef/"
  }
]