---
title: "POST /api/webhook_endpoints"
method: POST
path: "/api/webhook_endpoints"
tags: ["webhook_endpoints"]
---

# POST /api/webhook_endpoints

`POST /api/webhook_endpoints`

Create webhook endpoint

## Request body

- PostApiWebhookEndpoints — Create webhook endpoint
  - `name` string, required — Webhook endpoint name
  - `url` string, required — Webhook endpoint URL
  - `event_form` 'all_events' | 'selected_events'
  - `event_ids` string[]
  - `request_format` 'x_www_form_urlencoded' | 'json'

## Response `201`

Create webhook endpoint

---

[API](https://skmtc.dev/myablefy/apis/api-title.md) · [All operations](https://skmtc.dev/myablefy/apis/api-title/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/myablefy/api-title/revisions/4b34da2462ed/schema)
