---
title: "List Batch Client Webhooks"
method: GET
path: "/v1/batch/clients/{clientId}/webhooks"
tags: ["Batch"]
---

# List Batch Client Webhooks

`GET /v1/batch/clients/{clientId}/webhooks`

List delivery webhooks configured for a client.

## Path parameters

- `clientId` string, uuid, required

## Response `200`

Client webhook list.

## Other responses

- `401` — Unauthorized - Authentication failed. **Common causes:** - Missing X-API-Key header - Invalid or expired API key - Malformed API key

## Changes

- **2026-08-05** `08b59585eeb7` — 1 breaking
  - for the `path` request parameter `clientId`, the type/format was changed from `string`/`` to `string`/`uuid`
- **2026-07-26** `f01f73557a67` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/leadmagic/apis/leadmagic-api/changes/v1/batch/clients/:clientId/webhooks/get.md)

---

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