qbo_authenticate
Authenticate with QuickBooks Online via OAuth. First, call without arguments to get an authorization URL, then call with authorization code and realm ID from the callback.
Instructions
Authenticate with QuickBooks using OAuth (local credential mode only). Step 1: Call with no arguments to get the authorization URL. Step 2: After authorizing in browser, call with authorization_code and realm_id from the callback URL. This tool only works when QBO_CREDENTIAL_MODE is 'local' (the default).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| authorization_code | No | Authorization code from the QuickBooks OAuth callback URL (the 'code' parameter) | |
| realm_id | No | Company/realm ID from the callback URL (the 'realmId' parameter). Required when providing authorization_code. |