---
title: "List webhooks for a link"
method: GET
path: "/api/v1/link/{link_id}/webhooks"
tags: ["Webhooks"]
---

# List webhooks for a link

`GET /api/v1/link/{link_id}/webhooks`

Get all webhook subscriptions for a specific link.

## Path parameters

- `link_id` integer, required

## Response `200`

Webhook list

- object[] — List of webhook subscriptions
  - `id` string — The webhook URL

## Other responses

- `403` — Forbidden
- `404` — Not found

---

[API](https://skmtc.net/linklyhq/apis/linkly-url-shortener-api.md) · [All operations](https://skmtc.net/linklyhq/apis/linkly-url-shortener-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/linklyhq/linkly-url-shortener-api/revisions/351c1f004617/schema)
