---
title: "List Webhook Subscriptions"
method: GET
path: "/v1/webhooks"
tags: ["Webhooks"]
---

# List Webhook Subscriptions

`GET /v1/webhooks`

Retrieves all active webhook subscriptions for the authenticated bank account.

## Response `200`

List of webhook subscriptions

- ListWebhooksResponse — Response containing the list of webhook subscriptions.
  - `webhooks` WebhookDto[], required — List of webhook subscriptions for the authenticated account.
    - `id` string, required — Unique identifier of the webhook subscription.
    - `subscriptions` WebhookEventTypeDoc[], required — List of event types this webhook is subscribed to.
    - `url` string, required — The endpoint URL registered to receive webhook events.

## Other responses

- `401` — Authentication failed - invalid or missing service account credentials
- `403` — Access denied - service account requires ManageWebhooks permission
- `500` — Internal server error. Error code: INTERNAL_ERROR

---

[API](https://skmtc.net/kiwify/apis/conta-digital-api.md) · [All operations](https://skmtc.net/kiwify/apis/conta-digital-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kiwify/conta-digital-api/revisions/5e009b25c245/schema)
