---
title: "Create a webhook endpoint"
method: POST
path: "/v1/webhook_endpoints"
tags: ["Webhooks"]
---

# Create a webhook endpoint

`POST /v1/webhook_endpoints`

## Request body

- WebhookEndpoint
  - `id` string, uuid
  - `name` string, required
  - `url_path` string
  - `is_active` boolean
  - `created_at` string, date-time

## Response `201`

Created

---

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