---
title: "Create subscription"
method: POST
path: "/{tenant}/{environment}/{company}/webhook"
tags: ["systemservices > webhooks"]
---

# Create subscription

`POST /{tenant}/{environment}/{company}/webhook`

Creates a new webhook subscription for a specific external business event, configuring the notification endpoint and event details.

## Path parameters

- `tenant` string, required — Your Entra Tenant ID. [More details.](/paths#1-tenant)
- `environment` string, required — Your Business Central Environment. [More details.](/paths#2-environment)
- `company` string, required — Your Business Central Company. [More details.](/paths#3-company)

## Headers

- `x-np-api-key` string, required
- `x-api-version` string, date — Used for API versioning. [More details.](/apis/versioning)

## Request body

- WebhooksWebhookSubscriptionRequest — unresolved $ref

## Response `200`

Response with status 200

- WebhooksWebhookSubscription — unresolved $ref

---

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