GuideLab API

Initiate Xero OAuth authorization

Initiate the Xero OAuth 2.0 authorization flow. Returns a URL to redirect the user to Xero's consent screen. Requires organization manager access.

POST
/integrations/xero/authorize

Initiate the Xero OAuth 2.0 authorization flow. Returns a URL to redirect the user to Xero's consent screen. 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 POST "https://example.com/integrations/xero/authorize"
{  "url": "string"}
Empty