VXT

Connect Vxt With Password

Connect VXT by signing in with a VXT email/password.

Hits Firebase's signInWithPassword (same endpoint the VXT web app uses), stores the refresh token on SettingsVXT, and stores the creds themselves on UserPassCredential so we can silently re-auth if the token dies.

post/vxt/connect-password

Request body

emailstring required

VXT account email

passwordstring required

VXT account password

Response

Successful Response

connectedboolean required
statusstring nullable

connected | disconnected | error

connected_atstring nullable
vxt_emailstring nullable

Email of the VXT user whose refresh token is stored

last_successful_call_atstring nullable
last_error_msgstring nullable
webhook_urlstring nullable

Stable webhook URL to paste into VXT Settings → Webhooks (same for all customers)

webhook_tokenstring nullable

Per-customer bearer token. Customer pastes this into VXT as 'Bearer <token>' in the Authorization header of the webhook.

Changes

No recorded changes to this endpoint across all 2 revisions of this API.