GuideLab API

Sync an invoice to Xero

Enqueue a single invoice for synchronization to Xero. Sets the invoice sync status to pending and adds it to the sync queue.

POST
/integrations/xero/sync-invoice

Enqueue a single invoice for synchronization to Xero. Sets the invoice sync status to pending and adds it to the sync queue.

Authorization

__Secure-guidelab-prod.session_token<token>

Production session cookie set for the guidelab.co domain by Better Auth

In: cookie

Response Body

application/json

curl -X POST "https://example.com/integrations/xero/sync-invoice"
{  "success": true,  "xeroSyncStatus": "string"}
Empty