---
title: "List webhook endpoints"
method: GET
path: "/api/v1/webhooks"
tags: ["Webhooks"]
---

# List webhook endpoints

`GET /api/v1/webhooks`

The key owner's webhook endpoints, newest first. Signing secrets are never
included — each secret is shown exactly once, at creation.

## Response `200`

- object
  - `data` object[]
    - `id` integer
    - `url` string
    - `events` string[]
    - `status` string
    - `consecutive_failures` integer
    - `disabled_at` string, nullable
    - `created_at` string

---

[API](https://skmtc.net/bitculator/apis/bitculator-data-api.md) · [All operations](https://skmtc.net/bitculator/apis/bitculator-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bitculator/bitculator-data-api/revisions/ed1378af68b6/schema)
