Key | Description | Sample Value | Required |
---|---|---|---|
client_id | Client ID associated with your QuickBooks app. | 123456 | ✅ |
client_secret | Client secret generated when you create your QuickBooks app. | abcdefg | ✅ |
start_date | The start date for syncing data. Format: YYYY-MM-DDTHH:MM:SSZ . | 2021-01-01T00:00:00Z | ✅ |
user_agent | User agent name registered for your QuickBooks app. | agent_name | ✅ |
realm_id | Realm ID associated with your QuickBooks company account. | 123456 | ✅ |
refresh_token | Refresh token used to renew the access token after expiration (requires offline_access scope). | abcdefg | ✅ |
client_id
and client_secret
.refresh_token
and realm_id
.start_date
determines how far back data will be synced.offline_access
scope is enabled to obtain a refresh_token
.refresh_token
to obtain new access credentials automatically.