---
title: "Get webhook details"
method: GET
path: "/account/webhooks/{id}"
tags: ["webhooks"]
---

# Get webhook details

`GET /account/webhooks/{id}`

## Path parameters

- `id` string, required

## Response `200`

- WebhookResponse
  - `@type` 'unstoppabledomains.com/partner.v3.Webhook', required
  - `id` string, required
  - `url` string, uri, required
  - `type` 'OPERATION_FINISHED' | 'OPERATION_ACTION_REQUIRED', required

## Other responses

- `404` — Webhook with provided ID does not exist in your account

---

[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/versions/8331236de8e8/schema)
