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/"
  }
]

Changes

No recorded changes to this endpoint across all 3 revisions of this API.