---
title: "Create Endpoint"
method: POST
path: "/v1/webhook-endpoints"
tags: ["dropship-v1"]
---

# Create Endpoint

`POST /v1/webhook-endpoints`

Creates a webhook endpoint. The signing secret is returned once.

## Request body

- DropshipWebhookEndpointCreate
  - `url` string, required
  - `events` string[], nullable

## Response `201`

Successful Response

- DropshipWebhookEndpoint
  - `id` string, required
  - `url` string, required
  - `events` string[], required
  - `active` boolean, required
  - `created_at` string, required
  - `secret` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/rmfg/apis/fastapi.md) · [All operations](https://skmtc.dev/rmfg/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rmfg/fastapi/revisions/17a4ad42a016/schema)
