Property | Description |
---|---|
Client ID | A unique string that identifies your application when using OAuth 2.0. |
Client Secret | The Client Secret is the secret known only to the application and the authorization server. |
Base URL | The base URL where the QuickBooks API is hosted. For example: https://quickbooks.api.intuit.com/ |
Company ID | The ID that identifies a QuickBooks Online Accounting company. This can also be the realm ID. |
Minor Version | Queries when to access a specific API version. Note: Refer to the documentation to reference Minor Version and Company ID, at https://quickbooks.intuit.com/learn-support/en-us/help-article/customer-company-settings/find-quickbooks-online-company-id/L7lp8O9yU_US_en_US. |
Redirect URL | Configure the application to include the Redirected URL. The Redirect URL can be found on the screen while creating the connection. |
Access Token | Specifies security token which grants access to the given REST endpoint in OAuth 2.0 |
Refresh Token | This is used to get a new access token. |
Authorize button | Click to generate the access token. |