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

# Get subscription

`GET /{tenant}/{environment}/{company}/webhook/{id}`

Fetches detailed information about a specific webhook subscription using its unique identifier, returning full subscription metadata.

## 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)
- `id` WebhooksSubscriptionId, required — unresolved $ref

## Headers

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

## Response `200`

Response with status 200

- WebhooksWebhookSubscriptionsResponse — 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)
