---
title: "Create Webhook Event"
method: POST
path: "/webhook_events"
---

# Create Webhook Event

`POST /webhook_events`

Create a webhook event to schedule a notification for an event to a webhook endpoint.

## Request body

- object
  - `webhook_endpoint_id` string, required — A Webhook Endpoint ID for the endpoint to send the webhook notification
  - `event_id` string, required — An Event ID for the event you want to send in the webhook notification

## Response `200`

200

- object
  - `id` string
  - `object` string
  - `live_mode` boolean
  - `event_id` string
  - `webhook_endpoint_id` string
  - `created_at` string
  - `updated_at` string

## Other responses

- `400` — 400

---

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