---
title: "Obtener webhook por ID"
method: GET
path: "/webhook/:webhookId"
tags: ["Webhook"]
---

# Obtener webhook por ID

`GET /webhook/:webhookId`

Obtener detalles del webhook por ID

## Path parameters

- `webhookId` number, required

## Response `200`

Webhook recuperado con éxito por ID

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

## Other responses

- `404` — Webhook no encontrado

---

[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)
