---
title: "List webhook subscriptions"
method: GET
path: "/webhooks/subscriptions"
---

# List webhook subscriptions

`GET /webhooks/subscriptions`

List the authenticated creator's active webhook subscriptions.

## Headers

- `X-Fanvue-API-Version` string, required

## Response `200`

List of webhook subscriptions

- object
  - `data` object[], required
    - `id` string, uuid, required — Webhook subscription ID
    - `url` string, required — Delivery URL for this subscription
    - `events` string[], required — The platform events this subscription delivers
    - `createdAt` string, date-time, required — When the subscription was created

## Other responses

- `400` — Bad Request - API version not supported OR validation failed
- `401` — Unauthorized Response
- `403` — Unauthorized Response
- `410` — API version no longer supported (sunset)
- `429` — Too many requests - rate limit exceeded

---

[API](https://skmtc.net/fanvue/apis/fanvue-api.md) · [All operations](https://skmtc.net/fanvue/apis/fanvue-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fanvue/fanvue-api/revisions/c5ddcd5c7e72/schema)
