GuideLab API

Update Xero integration settings

Update Xero integration settings such as default sales account, tax type, bank account, and sync preferences. Requires organization manager access.

PUT
/integrations/xero

Update Xero integration settings such as default sales account, tax type, bank account, and sync preferences. Requires organization manager access.

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 PUT "https://example.com/integrations/xero"
{  "id": "string",  "isEnabled": true,  "isConnected": true,  "tenantName": "string",  "config": null}
Empty