GuideLab API

List Xero tax rates

Fetch available tax rates from the connected Xero organization for settings configuration. Owner/admin only; provider access may idempotently refresh and persist an expired OAuth token.

GET
/integrations/xero/tax-rates

Fetch available tax rates from the connected Xero organization for settings configuration. Owner/admin only; provider access may idempotently refresh and persist an expired OAuth token.

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 GET "https://example.com/integrations/xero/tax-rates"
{  "data": [    {      "name": "string",      "taxType": "string",      "effectiveRate": 0    }  ]}
Empty