Get Xero integration status
Retrieve the current Xero integration status, connection state, and configuration for the authenticated lab.
Retrieve the current Xero integration status, connection state, and configuration for the authenticated lab.
__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 GET "https://example.com/integrations/xero"{ "id": "string", "isEnabled": true, "isConnected": true, "tenantName": "string", "config": null}Empty
Get Twilio integration status GET
Retrieve the current Twilio integration status and configuration for the authenticated lab. Auth tokens are masked in the response.
Handle Fatture in Cloud OAuth callback GET
Handle the Fatture in Cloud OAuth 2.0 callback. Exchanges the authorization code for tokens, and either binds the single visible company or parks the grant until a manager selects one.