---
title: "Create Webhook"
method: POST
path: "/v2/webhooks/create"
tags: ["Webhooks"]
---

# Create Webhook

`POST /v2/webhooks/create`

Create a new webhook endpoint to receive event notifications.

## Request body

- object
  - `url` string, uri, required
  - `event_types` string[], required

## Response `200`

Successful response.

- object
  - `id` string, required
  - `url` string, required
  - `event_types` string[], required
  - `status` 'active' | 'paused', required
  - `secret` string, required
  - `created_at` string, date-time, required — ISO 8601 Datetime. For example, 2022-10-19T03:27:13.673Z

---

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