---
title: "List webhooks"
method: GET
path: "/account/webhooks"
tags: ["account"]
---

# List webhooks

`GET /account/webhooks`

Retrieve all webhook subscriptions configured for your account.

## Response `200`

List of webhooks

- WebhookListResponse
  - `@type` 'unstoppabledomains.com/partner.v3.CursorList', required
  - `items` WebhookResponse[], required
    - `@type` 'unstoppabledomains.com/partner.v3.Webhook', required
    - `id` string, required — Webhook ID
    - `url` string, required
    - `type` object, required
  - `next` CursorListResponseNext, required
    - `$cursor` string

## Other responses

- `401` — Authentication required
- `403` — Insufficient permissions
- `500` — Internal server error

---

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