---
title: "Add a webhook to subscribe to an event"
method: POST
path: "/api/webhooks"
tags: ["business"]
---

# Add a webhook to subscribe to an event

`POST /api/webhooks`

## Headers

- `authorization` string, required
- `content-language` string, required

## Request body

- Model61
  - `type` string, required — Type of event to subscribe to
  - `url` string, required
  - `header` string

## Response `default`

Successful

---

[API](https://skmtc.net/pickerexpress/apis/picker-production-documentation.md) · [All operations](https://skmtc.net/pickerexpress/apis/picker-production-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pickerexpress/picker-production-documentation/revisions/ecdb0aa8c487/schema)
