---
title: "Get Webhooks"
method: GET
path: "/v2/webhooks"
tags: ["Webhook"]
---

# Get Webhooks

`GET /v2/webhooks`

Get Webhooks

## Query parameters

- `sortBy` 'name' | 'url' | 'createdBy' | 'integrationCount' — Sort by
- `sortDirection` 'ASC' | 'DESC' — Sort direction

## Response `201`

Get Webhooks

- FetchWebhooksQueryResponseV2
  - `webhookId` string, required — The unique identifier of the webhook
  - `url` string, uri, required — The URL of the webhook
  - `eventTypes` string[], required — A list of event types that the webhook listens to
  - `wabaNumbers` string[], required — A list of WABA Numbers associated with the webhook
  - `integrationCount` integer, required — The count of integrations associated with the webhook
  - `createdBy` string, required — The user who created the webhook
  - `name` string, required — The name of the webhook

## Other responses

- `400` — Incorrect payload
- `401` — Unauthorized

---

[API](https://skmtc.net/doubletick/apis/doubletick-public-apis.md) · [All operations](https://skmtc.net/doubletick/apis/doubletick-public-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/doubletick/doubletick-public-apis/versions/bba484527d34/schema)
