Webhooks

Handle Vxt Webhook

Receive a callLog webhook from VXT.

The customer is resolved from the Authorization: Bearer <token> header. Returns 401 if the header is missing or the token doesn't match a connected customer. Otherwise the body is parsed, the call is enqueued for ingest, and 200 is returned fast so VXT doesn't retry.

post/webhooks/vxt

Response

Successful Response

{"stackTrail":"paths:/webhooks/vxt:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

No recorded changes to this endpoint across all 1 revision of this API.