v1

latestOpenAPI 3.0.32026-08-0425108247.7 KB
Webhooks

Send a webhook test event

Creates a webhook.test event and schedules delivery to one endpoint.

post/webhook-endpoints/{endpointId}/test

Path parameters

endpointIdstring required

Webhook endpoint identifier.

Webhook endpoint identifier.

Response

Scheduled webhook test event.

Example response

{
  "data": {
    "delivery_ids": [
      "01jzn7e61x3a7v9h2r7t2m3q4p"
    ],
    "event_id": "01jzn7e61x3a7v9h2r7t2m3q4p"
  }
}