Reputation: 1
The Intuit API Browser does something I would like to do in my application. It authenticates you and then provides a dropdown box that allows you tin interact with one or more tenants that your account may have access to.
How can I duplicate this behavior in my app?
I would expect that I could call:
https://quickbooks.api.intuit.com/v3/company/
To get back a list of all companies I have access to.
Searching the doco doesn't show anything like this.
Thoughts?
Upvotes: 0
Views: 130
Reputation: 1484
It is not possible to get a list of companies for a particular user. The OAuth flow will only grant tokens for 1 company (realm).
Upvotes: 1