Create a new connection
Connections
Create a new connection
Creates and returns a new connection for the authenticated application. Returns an onboarding URL for the user to complete the QuickBooks setup process.
POST
Create a new connection
Documentation Index
Fetch the complete documentation index at: https://docs.qubesync.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Use your app's API_KEY as the username, and leave the password blank
Body
application/json
Optional name for the connection - if you leave this blank, the company name returned by QuickBooks will be used once the first request is processed
The URL to redirect the user to after they complete (or cancel) the QuickBooks setup process. This URL should be able to handle the query parameters:
?state=connectedif they completed the process,?state=cancelledif they cancelled it or?state=expiredif they visit the onboarding link after it has expired
Example:
"https://myapp.com/quickbooks-setup-callback"
Response
Connection created successfully

