latestOpenAPI 3.0.02026-08-202629123.8 KB

351c1f004617

Webhooks

List webhooks for a link

Get all webhook subscriptions for a specific link.

get/api/v1/link/{link_id}/webhooks

Path parameters

link_idinteger required

The ID of the link

Response

Webhook list

idstring

The webhook URL

Example response

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