Connect

Connect or reconnect QuickBooks Online.

Run the local CLI command from the authorized machine. The CLI prints an Intuit authorization URL. After approval, paste the callback URL shown on this site back into the CLI.

Steps

1. Configure redirect URI
qbo config set redirectUri https://qbo-cli.bigrobot.net/callback
2. Start authorization
qbo auth login
3. Open Intuit URL
Authorize the correct QuickBooks Online company in the browser.
4. Exchange callback
Copy the callback URL and run qbo auth exchange --callback-url '<url>'.