---
title: "Get Webhook Subscription"
method: GET
path: "/business/v2/webhooks/subscriptions/{webhookSubscriptionsId}"
tags: ["Webhook Subscriptions"]
---

# Get Webhook Subscription

`GET /business/v2/webhooks/subscriptions/{webhookSubscriptionsId}`

Endpoint to retrieve a specific `WebhookSubscription` by ID.

## Path parameters

- `webhookSubscriptionsId` string, required — The `WebhookSubscription` ID.

## Response `default`

The returned resource is a single `WebhookSubscription`.

- WebhookSubscription
  - `id` string, uuid — The `WebhookSubscription` ID.
  - `webhook_url` string — The URL of `WebhookSubscription`.
  - `enabled_events` WebhookEventName[] — The list of subscribed events.
  - `description` string — A custom description of the `WebhookSubscription`.
  - `active` boolean — The status of the `WebhookSubscription`.
  - `creation_date` string — The date and time when the `WebhookSubscription` was created (sortable: yes).
  - `last_update` string — The last date and time when the `WebhookSubscription` was last updated (sortable: yes).

## Other responses

- `400` — Your request has missing arguments or is malformed.
- `404` — One or more resource requested does not exist.

---

[API](https://skmtc.net/soldo/apis/soldo-business-api-v2-0.md) · [All operations](https://skmtc.net/soldo/apis/soldo-business-api-v2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/soldo/soldo-business-api-v2-0/revisions/7be21448a2b3/schema)
