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

# POST /webhooks

`POST /webhooks`

## Request body

- WebhookRequest
  - `name` string
  - `url` string
  - `products` string
  - `triggers` string[]
  - `token` string

## Response `200`

Webhook data

- Webhook
  - `id` string
  - `name` string
  - `url` string
  - `products` string
  - `triggers` string[]
  - `token` string
  - `created_at` string
  - `updated_at` string

## Other responses

- `400` — Solicitação Inválida

---

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