---
title: "List webhook subscriptions"
method: GET
path: "/events/subscription"
tags: ["Webhooks"]
---

# List webhook subscriptions

`GET /events/subscription`

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

A paginated list of webhook subscriptions.

- object
  - `data` WebhookSubscription[]
    - `id` string, uuid
    - `eventName` string
    - `callbackUrl` string, uri
    - `createdAt` string, date-time
    - `lastSentAt` string, date-time, nullable
  - `meta` PaginationMeta
    - `total` integer — Total number of matching records.
    - `limit` integer
    - `offset` integer

## Other responses

- `401` — Missing or invalid API key.
- `404` — The requested resource was not found.

---

[API](https://skmtc.net/trykarat/apis/karat-payout-api.md) · [All operations](https://skmtc.net/trykarat/apis/karat-payout-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trykarat/karat-payout-api/versions/8941916e3707/schema)
