---
title: "Get a single webhook subscription by ID."
method: GET
path: "/webhooks/{id}"
tags: ["Webhooks"]
---

# Get a single webhook subscription by ID.

`GET /webhooks/{id}`

Returns details of a specific webhook subscription. Secret is never returned in this operation.

## Path parameters

- `id` string, uuid, required

## Response `200`

Webhook subscription found

- DebituraDomainModelWebhooksDtosWebhookDto
  - `id` string, uuid
  - `url` string, nullable
  - `events` string[], nullable
  - `isActive` boolean
  - `createdUtc` string, date-time
  - `updatedUtc` string, date-time
  - `disabledReason` string, nullable
  - `secret` string, nullable
  - `isTestMode` boolean

## Other responses

- `404` — Webhook not found

---

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