Cloud Systems
List of cloud systems
Last updated
List of cloud systems
Last updated
XLConnect comes 'batteries included' with authentication to cloud systems built in, so you can get straight to the business logic.
When making calls, the final parameter is auth
to indicate the cloud system you want to authenticate to.
Below is a simple example of a direct http call, please note that these cloud systems also have a with helper methods.
auth = 'xero'
auth = 'visma.net'
Use this authentication for the and the .
This uses the Authentication Code Interactive flow that automatically open a web browser to log the user in and return to the app.
auth = 'vismacc'
auth = 'exact'
auth = 'qbo'
auth = 'payhawk'
auth = 'hubspot'
auth = 'ms.graph'
auth = 'ms.dynamics'
auth = 'basic'
auth = 'nmbrs'
Services Visma API's like use a Service (Client Credentials flow) authentication.
Please note these need to be set up per project in the .
API description here: