---
title: "Handle Vxt Webhook"
method: POST
path: "/webhooks/vxt"
tags: ["Webhooks"]
---

# Handle Vxt Webhook

`POST /webhooks/vxt`

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.

## Response `200`

Successful Response

- unknown

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
