---
title: "List webhooks"
method: GET
path: "/webhooks"
tags: ["webhooks"]
---

# List webhooks

`GET /webhooks`

## Query parameters

- `cursor` string
- `limit` integer

## Response `200`

OK

- object
  - `data` Webhook[], required
    - `id` string, required
    - `url` string, required
    - `events` string[], required
    - `created_at` string, date-time, required
  - `next_cursor` string, nullable

## Other responses

- `401` — Error

---

[API](https://skmtc.dev/prosperstack/apis/prosperstack-api-reference.md) · [All operations](https://skmtc.dev/prosperstack/apis/prosperstack-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/prosperstack/prosperstack-api-reference/revisions/407ea9202622/schema)
