Skip to main content
POST
/
webhooks
/
inbound
/
{id}
Deliver an inbound webhook
curl --request POST \
  --url https://api.example.com/webhooks/inbound/{id}
{
  "ok": true
}

Path Parameters

id
string
required

Response

Verified and accepted (or duplicate, idempotent)

ok
enum<boolean>
required
Available options:
true