---
title: "Webhook - Add Handler"
method: POST
path: "/webhook/add_handler"
tags: ["webhook"]
---

# Webhook - Add Handler

`POST /webhook/add_handler`

/webhook/add_handler

## Request body

- object
  - `type` string
  - `name` string
  - `handler` string

## Response `200`

OK

## Other responses

- `400` — Malformed request. Check that you have the correct parameters and that they are formatted correctly.
- `401` — Unauthorized. Did you forget to include your API key?

## Changes

- **2024-04-23** `e4bdf6984278` — 1 info
  - endpoint added
- **2024-04-19** `46ceda528000` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/skulabs/apis/skulabs-api/changes/webhook/add_handler/post.md)

---

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