---
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, required — 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.

---

[API](https://skmtc.net/panoratech/apis/panora-api-2.md) · [All operations](https://skmtc.net/panoratech/apis/panora-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/panoratech/panora-api-2/versions/ef360d76c658/schema)
