---
title: "Get list of your webhooks"
method: GET
path: "/account/webhooks"
tags: ["webhooks"]
---

# Get list of your webhooks

`GET /account/webhooks`

## Response `200`

- WebhookListResponse
  - `@type` 'unstoppabledomains.com/partner.v3.CursorList', required
  - `items` WebhookResponse[], required
    - `@type` 'unstoppabledomains.com/partner.v3.Webhook', required
    - `id` string, required
    - `url` string, uri, required
    - `type` 'OPERATION_FINISHED' | 'OPERATION_ACTION_REQUIRED', required
  - `next` CursorListResponseNext, required
    - `$cursor` string, nullable, required

---

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