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

# List webhooks

`GET /{account}/webhooks`

List the webhooks in the account.

## Path parameters

- `account` integer, required

## Query parameters

- `sort` 'id:asc' | 'id:desc'

## Response `200`

Successfully retrieved account webhooks list.

- object
  - `data` Webhook[], required
    - `id` integer, required
    - `url` string, uri, required
    - `suppressed_at` string, date-time, nullable, required — A nullable date-time value. The value can be null, when present the value is formatted according to the ISO 8601 specification.

## Changes

- **2025-07-11** (v2) `06780be0ef17` — 1 breaking, 4 info
  - the response property `data/items/suppressed_at` became nullable for the status `200`
  - the response property `data` became required for the status `200`
  - the response property `data/items/id` became required for the status `200`
  - the response property `data/items/suppressed_at` became required for the status `200`
  - …1 more
- **2023-07-18** (v2) `c8591dcf8c29` — 4 breaking
  - the response property `data` became optional for the status `200`
  - the response property `data/items/id` became optional for the status `200`
  - the response property `data/items/suppressed_at` became optional for the status `200`
  - the response property `data/items/url` became optional for the status `200`

[Change history](https://skmtc.dev/dnsimple/apis/dnsimple-api/changes/:account/webhooks/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/ea5d6dcaf721/schema)
