---
title: "Retrieves all active webhook subscriptions for the authenticated account."
method: GET
path: "/api/Webhook"
tags: ["Webhook"]
---

# Retrieves all active webhook subscriptions for the authenticated account.

`GET /api/Webhook`

## Response `200`

Returns all active webhook subscriptions.

- WebhookList — Collection of active webhook subscriptions.
  - `Webhooks` WebhookDetails[] — The list of webhook subscriptions.
    - `SubscriptionID` integer — Unique identifier for the webhook subscription.
    - `EventCode` string — The event type this webhook is subscribed to (e.g. 'task.created', 'invoice.created').
    - `NotificationURL` string — The callback URL that receives webhook POST notifications.
    - `UserIDFK` integer — The user ID who created this webhook subscription.

## Other responses

- `401` — Unauthorized

---

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