---
title: "Obtener lista de webhooks"
method: GET
path: "/webhook"
tags: ["Webhook"]
---

# Obtener lista de webhooks

`GET /webhook`

Obtener lista de webhooks

## Response `200`

Webhooks recuperados con éxito

- object
  - `webhooks` object[], required
    - `id` number, required
    - `url` string, required
    - `active` boolean, required
    - `events` string[], required
    - `createdAt` string, required
    - `externalReference` string, nullable, required

## Other responses

- `400` — Solicitud incorrecta, parámetros de consulta no válidos

---

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