---
title: "List all Webhooks"
method: GET
path: "/webhook/list"
tags: ["Webhooks"]
---

# List all Webhooks

`GET /webhook/list`

## Query parameters

- `store` string, required
- `apikey` string, required
- `page` number
- `per_page` number

## Response `200`

OK

- WebhookListResponse — Webhook
  - `status` string — Status
  - `webhooks` object[] — List of webhooks
    - `id` string — Webhook ID
    - `type` string — Content type
    - `url` string — Webhook URL that will be posted to
  - `current_page` number — Current page of results
  - `per_page` number — Number of results to show per page
  - `total` number — Total number of webhooks

---

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