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

# Get a webhook

`GET /account/webhooks/{id}`

Retrieve details of a specific webhook subscription by ID.

## Path parameters

- `id` string, required

## Response `200`

Webhook details

- WebhookResponse
  - `@type` 'unstoppabledomains.com/partner.v3.Webhook', required
  - `id` string, required — Webhook ID
  - `url` string, required
  - `type` object, required

## Other responses

- `400` — Invalid request
- `401` — Authentication required
- `403` — Insufficient permissions
- `404` — Resource not found
- `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)
