---
title: "Create a webhook endpoint (API Key)"
method: POST
path: "/v1/webhook_endpoints"
tags: ["webhook_endpoints"]
---

# Create a webhook endpoint (API Key)

`POST /v1/webhook_endpoints`

## Request body

- CreateWebhookEndpointDto
  - `url` string, required — Webhook endpoint URL
  - `description` string — Webhook endpoint description

## Response `201`

Webhook endpoint created successfully

## Other responses

- `400` — Invalid webhook endpoint data

## Changes

- **2026-04-09** `7b327a22e3cb` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/solvapay/apis/solvapay-rest-api/changes/v1/webhook_endpoints/post.md)

---

[API](https://skmtc.dev/solvapay/apis/solvapay-rest-api.md) · [All operations](https://skmtc.dev/solvapay/apis/solvapay-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/solvapay/solvapay-rest-api/revisions/7b327a22e3cb/schema)
