---
title: "Listar webhook endpoints"
method: GET
path: "/webhook_endpoints"
tags: ["webhookEndpoints"]
---

# Listar webhook endpoints

`GET /webhook_endpoints`

Lista todos los webhook endpoints registrados para tu cuenta. Una llave TEST lista los endpoints de prueba; una llave LIVE, los de producción.

## Headers

- `X-SECRET-KEY` string, required

## Response `200`

Lista de webhook endpoints

- WebhookEndpoint[]
  - `id` string — ID del endpoint
  - `url` string, uri — URL que recibe los webhooks
  - `description` string — Descripción del endpoint
  - `disabled` boolean — Si el endpoint está deshabilitado
  - `metadata` object — Metadata personalizada
  - `createdAt` string, date-time — Fecha de creación
  - `updatedAt` string, date-time — Última actualización

---

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