Skip to main content
POST
/
webhooks
/
dispatch-event
Dispatch Event
curl --request POST \
  --url https://api.example.com/webhooks/dispatch-event \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.vinmake.com/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

org_id
string
required
event_type
string
required

Body

application/json

The body is of type Payload · object.

Response

Successful Response

The response is of type Response Dispatch Event Webhooks Dispatch Event Post · object.