---
title: "Register a webhook (deprecated)"
method: POST
path: "/v1/webhooks"
deprecated: true
---

# Register a webhook (deprecated)

`POST /v1/webhooks`

> **Deprecated.**

**Deprecated.** Use [Register a webhook for a client](https://docs.monato.com/products/fincore/fincore-openapi/other/createclientwebhook) instead (`POST /v1/clients/{clientId}/webhooks`). Requires both `x-api-key` and `Authorization: Bearer <token>` headers.

## Request body

- CreateWebhookRequest
  - `client_id` string, required
  - `url` string, uri, required
  - `token` string, required
  - `webhook_type` 'MONEY_IN' | 'STATUS_UPDATE' | 'CEP' | 'REPORT', required

## Response `200`

Webhook successfully created

- WebhookResponse
  - `id` string
  - `clientId` string
  - `url` string
  - `token` string
  - `webhookType` string
  - `webhookStatus` string
  - `createdAt` string, date-time
  - `updatedAt` string, date-time
  - `deletedAt` string, nullable
  - `blockedAt` string, nullable
  - `deletedBy` string, nullable
  - `blockedBy` string, nullable

---

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