---
title: "Get all webhook subscriptions"
method: GET
path: "/webhooks"
tags: ["Webhooks"]
---

# Get all webhook subscriptions

`GET /webhooks`

Retrieves a list of all webhook subscriptions

## Response `200`

OK

- object
  - `webhook_subscriptions` AllWebhooks[]
    - `id` string — uuid of webhook
    - `url` string — Webhook callback URL
    - `description` string — Optional description of the webhook's intended use
    - `events` string[] — List of events enabled in the webhook subscription
    - `version` string — version of webhook event envelope
    - `secret` string
    - `status` 'enabled' | 'disabled' — status of webhook. `enabled` or `disabled`
    - `creted_time` string
    - `updated_time` string

---

[API](https://skmtc.net/bond/apis/customer.md) · [All operations](https://skmtc.net/bond/apis/customer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bond/customer/revisions/62f5ac53144d/schema)
