v1

latestOpenAPI 3.0.02026-07-1715378310.4 KB
webhooks

Receive inbound webhook

Public endpoint for receiving webhook deliveries. No authentication required - security relies on the unguessable webhook path.

post/api/v1/webhooks/inbound/{path}

Path parameters

pathstring required

Response

Webhook processed successfully

statusstring
runIdstring

Example response

{
  "status": "delivered",
  "runId": "shipsec-run-123"
}