---
title: "List all webhook subscriptions for the authenticated creditor."
method: GET
path: "/webhooks"
tags: ["Webhooks"]
---

# List all webhook subscriptions for the authenticated creditor.

`GET /webhooks`

Returns all webhook subscriptions for the authenticated creditor. Secrets are never returned in list operations.

## Response `200`

List of webhook subscriptions

- 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

---

[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)
