---
title: "Create a Batch Client Webhook"
method: POST
path: "/v1/batch/clients/{clientId}/webhooks"
tags: ["Batch"]
---

# Create a Batch Client Webhook

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

Register a webhook for client batch lifecycle events.

## Path parameters

- `clientId` string, uuid, required

## Request body

- object

## Response `201`

Webhook created.

## Other responses

- `400` — Bad Request - The request was malformed or contains invalid parameters. **Common causes:** - Missing required fields - Invalid field format (e.g., malformed email) - Invalid JSON syntax - Invalid parameter values
- `401` — Unauthorized - Authentication failed. **Common causes:** - Missing X-API-Key header - Invalid or expired API key - Malformed API key

---

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