---
title: "Create webhook batch"
method: POST
path: "/v2/WebHook/batch"
tags: ["WebHook"]
---

# Create webhook batch

`POST /v2/WebHook/batch`

Creates a list of given webhooks.

## Request body

- WebHookRequest[], nullable — An Array of WebHookRequests to be deleted
  - `hookUrl` string, nullable
  - `hookEvent` string, nullable
  - `isActive` boolean
  - `isZapHook` boolean

## Response `200`

Success

- PublicApiResponse
  - `message` string, nullable — Information Message
  - `errors` string[], nullable — Error messages

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Server Error

---

[API](https://skmtc.net/sumoquote/apis/sumoquote-publicapi.md) · [All operations](https://skmtc.net/sumoquote/apis/sumoquote-publicapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sumoquote/sumoquote-publicapi/revisions/08176979e99f/schema)
