Company ID retrieval during OAuth Access Token response.
I know that there are 2 ways to get the company id value:
1. After being redirected from authorization URL, the realmid parameter is the company id.
reference (https://developer.intuit.com/app/developer/qbo/docs/develop/authentication-and-authorization/oauth-2.0#authorization-code )
2. From User Interface.
Is the company_id also returned in the response from the access token request? Or is it possible that this value was included in past responses from the access token endpoint? If it was previously returned, could someone provide an API changelog so we can review the change?
Thanks in advance.
