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

# Retrieve a webhook

`GET /{account}/webhooks/{webhook}`

Retrieves the details of a registered webhook.

## Path parameters

- `account` integer, required
- `webhook` integer, required

## Response `200`

Successfully retrieved a webhook.

- object
  - `data` Webhook
    - `id` integer
    - `url` string, uri
    - `suppressed_at` string, date-time — A date-time value formatted as ISO 8601.

## Changes

- **2023-07-18** (v2) `c8591dcf8c29` — 4 breaking
  - the response property `data` became optional for the status `200`
  - the response property `data/id` became optional for the status `200`
  - the response property `data/suppressed_at` became optional for the status `200`
  - the response property `data/url` became optional for the status `200`

[Change history](https://skmtc.dev/dnsimple/apis/dnsimple-api/changes/:account/webhooks/:webhook/get.md)

---

[API](https://skmtc.dev/dnsimple/apis/dnsimple-api.md) · [All operations](https://skmtc.dev/dnsimple/apis/dnsimple-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dnsimple/dnsimple-api/revisions/2e2a96fa71fe/schema)
