---
title: "Crear un nuevo webhook"
method: POST
path: "/webhook"
tags: ["Webhook"]
---

# Crear un nuevo webhook

`POST /webhook`

Crear un nuevo webhook

## Request body

- object
  - `url` string, uri, required
  - `events` string[], required
  - `externalReference` string

## Response `201`

Webhook creado con éxito

- object
  - `id` number, required

## Other responses

- `400` — Solicitud incorrecta, datos de entrada 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)
