---
title: "Get Vxt Status"
method: GET
path: "/vxt/status"
tags: ["VXT"]
---

# Get Vxt Status

`GET /vxt/status`

Get VXT connection status for the current user's customer.

## Response `200`

Successful Response

- VXTStatus — VXT connection status for the current customer.
  - `connected` boolean, required
  - `status` string, nullable — connected | disconnected | error
  - `connected_at` string, nullable
  - `vxt_email` string, nullable — Email of the VXT user whose refresh token is stored
  - `last_successful_call_at` string, nullable
  - `last_error_msg` string, nullable
  - `webhook_url` string, nullable — Stable webhook URL to paste into VXT Settings → Webhooks (same for all customers)
  - `webhook_token` string, nullable — Per-customer bearer token. Customer pastes this into VXT as 'Bearer <token>' in the Authorization header of the webhook.

---

[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)
