---
title: "Create Webhook"
method: POST
path: "/v1/integrations/{name}/{orgID}"
tags: ["Integrations"]
---

# Create Webhook

`POST /v1/integrations/{name}/{orgID}`

The **Create Webhook** endpoint allows you to set up a new webhook for your organization. Webhooks are used to receive real-time notifications from BoomFi about specific events, such as payment transactions or subscription updates. This endpoint requires a payload containing the webhook's configuration details.

## Path parameters

- `name` string, required
- `orgID` string, required

## Response `200`

OK

- string

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.net/boomfi/apis/boomfi-merchants-api.md) · [All operations](https://skmtc.net/boomfi/apis/boomfi-merchants-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/boomfi/boomfi-merchants-api/revisions/ace3c3df05fe/schema)
