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

# List webhook subscriptions

`GET /api/v1/webhooks`

## Headers

- `Authorization` string, required

## Response `200`

The account's webhook subscriptions.

- WebhooksListWebhooksResponse200
  - `webhooks` WebhookSubscription[]
    - `id` string
    - `targetUrl` string, uri
    - `eventTypes` string[] — ["*"] for all events, or explicit types.
    - `secretMasked` string — Masked secret. Full value via the create response or the /secret endpoint.
    - `lastPingSucceededAt` string, date-time, nullable
    - `createdAt` string, date-time

## Other responses

- `401` — Missing or invalid API key.

---

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