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

# Create webhook

`POST /webhooks`

## Request body

- WebhookDto
  - `url` string, nullable, required — The endpoint url of the webhook.
  - `description` string, nullable — The description of the webhook.
  - `scope` string[], nullable, required — The events that the webhook listen to.

## Response `201`

- WebhookResponse
  - `id_webhook_endpoint` string, nullable, required — The unique UUID of the webhook.
  - `endpoint_description` string, nullable, required — The description of the webhook.
  - `url` string, nullable, required — The endpoint url of the webhook.
  - `secret` string, required — The secret of the webhook.
  - `active` boolean, nullable, required — The status of the webhook.
  - `created_at` string, date-time, nullable, required — The created date of the webhook.
  - `scope` string[], nullable, required — The events that the webhook listen to.
  - `id_project` string, nullable, required — The project id tied to the webhook.
  - `last_update` string, date-time, nullable, required — The last update date of the webhook.

## Changes

> 49 revisions in range; 2 could not be searched.

- **2024-12-16** `37e33fd8b040` — 1 info
  - the request property `description` became optional
- **2024-12-14** `69df76288cd9` — 1 breaking
  - the request property `description` became required
- **2024-11-21** `47f47d53c24d` — 1 info
  - the request property `description` became optional
- **2024-11-16** `8c8c3916da22` — 1 breaking
  - the request property `description` became required
- **2024-09-05** `5ba5c769e2e1` — 1 info
  - the request property `description` became optional

[Full history](https://skmtc.dev/panoratech/apis/panora-api/changes/webhooks/post.md)

---

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