---
title: "Get webhooks by account ID"
method: GET
path: "/webhooks"
tags: ["Webhooks"]
---

# Get webhooks by account ID

`GET /webhooks`

Retrieves a list of webhooks.

## Query parameters

- `include_event_names` boolean

## Response `200`

Returns a list of webhooks.

- SubscriberResponse[]
  - `id` string, required — The unique identifier of the webhook subscriber
  - `url` string, uri, required — The URL that will receive webhook events
  - `description` string — Optional description of the webhook subscription
  - `eventNames` string[], required — The names of the events the subscriber is subscribed to

---

[API](https://skmtc.net/sysaid/apis/sysaid-public-api.md) · [All operations](https://skmtc.net/sysaid/apis/sysaid-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sysaid/sysaid-public-api/revisions/38a43a1b2981/schema)
