---
title: "Webhook Subscription"
method: GET
path: "/beta/webhooks/{webhookSubscriptionId}"
tags: ["Webhooks"]
---

# Webhook Subscription

`GET /beta/webhooks/{webhookSubscriptionId}`

Get a Webhook Subscription by ID.

## Path parameters

- `webhookSubscriptionId` string, uuid, required

## Response `200`

The Webhook Subscription

- GetWebhookSubscriptionOutput
  - `data` WebhookSubscription, required
    - `id` string, uuid, required — The Webhook Subscription ID
    - `name` string, required — The Webhook Subscription name
    - `subscribedEvents` string[] — The set of events this Webhook Subscription is subscribed to
    - `url` string, required — URL of the server that the webhook request should be sent to
    - `headers` WebhookHeadersMapStringString, required — The headers that will be added to the webhook request
    - `secretKey` string, required — Dixa generated secret key, used to sign the requests
    - `enabled` boolean, required — Defines whether this Webhook Subscription is enabled or disabled
    - `createdAt` string, date-time, required — Date when this Webhook Subscription was created
    - `createdBy` string, uuid, required — The ID of the user who created this Webhook Subscription
    - `updatedAt` string, date-time, required — Date when this Webhook Subscription was last updated
    - `updatedBy` string, uuid, required — The ID of the user who last updated this Webhook Subscription
    - `filters` MapWebhookEventTypeFilters

## Other responses

- `400` — Invalid value for: path parameter webhookSubscriptionId, Invalid value extracted from request context
- `404` — An entity in this request could not be found
- `500` — Internal Server Error

---

[API](https://skmtc.net/dixa/apis/dixa-api.md) · [All operations](https://skmtc.net/dixa/apis/dixa-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dixa/dixa-api/versions/041e058483f0/schema)
