---
title: "POST /v1/webhooks"
method: POST
path: "/v1/webhooks"
tags: ["Webhooks"]
---

# POST /v1/webhooks

`POST /v1/webhooks`

## Request body

- WebhookData
  - `destination` string, required
  - `config` RecordStringAny, required — Construct a type with a set of properties K of type T
  - `includeData` boolean

## Response `200`

Ok

- union
  - ResultSuccessUnknown
    - `data` unknown, required
    - `error` null, nullable, required
  - ResultErrorUnknown
    - `data` null, nullable, required
    - `error` unknown, required

---

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