---
title: "List Webhooks"
method: GET
path: "/"
---

# List Webhooks

`GET /`

Return a paginated list of all active webhook subscriptions.

## Query parameters

- `event_type` string
- `limit` integer
- `offset` integer

## Headers

- `X-API-Key` string, required

## Response `200`

200

- object
  - `message` string
  - `total` integer
  - `result` object[]
    - `subscription_id` string
    - `callback_url` string
    - `event_types` string[]
    - `created_at` string

## Other responses

- `400` — 400

---

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