---
title: "Registers a new WebHook for a given user."
method: POST
path: "/api/v1/webhooks"
tags: ["Webhooks"]
---

# Registers a new WebHook for a given user.

`POST /api/v1/webhooks`

## Request body

- RechnungsdruckWebAppControllersApiWebHookApiModel
  - `Secret` string, required
  - `Filters` string[]
  - `Headers` object
  - `Properties` object
  - `Id` string
  - `WebHookUri` string, required
  - `Description` string
  - `IsPaused` boolean

## Response `200`

OK

- RechnungsdruckWebAppControllersApiWebHookApiModel
  - `Secret` string, required
  - `Filters` string[]
  - `Headers` object
  - `Properties` object
  - `Id` string
  - `WebHookUri` string, required
  - `Description` string
  - `IsPaused` boolean

---

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