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

# Get List of Webhooks

`GET /webhooks`

Consume the list of webhooks you have, each environment supports 10 webhooks (For production and testing)

## Query parameters

- `limit` integer
- `search` string
- `url` string
- `next` string
- `previous` string

## Headers

- `Accept-Language` 'es' | 'en'
- `X-Child-Company-Id` string

## Response `200`

successful

## Other responses

- `401` — authentication error
- `500` — internal server error

---

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