Initiate Fatture in Cloud OAuth authorization
Initiate the Fatture in Cloud OAuth 2.0 authorization flow. Returns a URL to redirect the user to the consent screen. Requires organization manager access.
Initiate the Fatture in Cloud OAuth 2.0 authorization flow. Returns a URL to redirect the user to the consent screen. Requires organization manager access.
__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/fatture-in-cloud/authorize"{ "url": "string"}Empty
Empty
Empty
Empty
Handle Xero OAuth callback GET
Handle the Xero OAuth 2.0 callback after user authorization. Exchanges the authorization code for tokens and stores them.
Initiate Xero OAuth authorization POST
Initiate the Xero OAuth 2.0 authorization flow. Returns a URL to redirect the user to Xero's consent screen. Requires organization manager access.