---
title: "Get webhooks"
method: GET
path: "/open-api/v1.0/webhooks"
tags: ["Webhooks"]
---

# Get webhooks

`GET /open-api/v1.0/webhooks`

*Rate limit: 100 requests / 10 seconds per shop. See [Rate limiting](/guides/rate-limiting).*

Get webhooks

## Response `200`

OK

- ComFourthwallOpenapiModelOpenApiPageResponseComFourthwallOpenapiModelWebhookConfigurationV1
  - `results` ComFourthwallOpenapiModelWebhookConfigurationV1[], required
    - `id` string, required
    - `url` string, required
    - `allowedTypes` string[], required
    - `apiVersion` 'V1', required
  - `total` integer
  - `page` integer
  - `size` integer
  - `totalPages` integer

## Other responses

- `429` — Rate limited: 100 requests / 10 seconds per shop.

---

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