Hello.
I’ve stuck into a really stupid problem. Here is the situation:
-
I’ve authenticated into HubSpot via OAUTH2, so I have the access key.
-
Using this key, I can get portal ID, domain and some other information:
Token details: { "user": "dnovak@accon.services", "hub_domain": "accon.services", "hub_id": ........., "app_id": ..... } Account details: { "portalId": ..............., "timeZone": "US/Eastern", "currency": "USD", "utcOffsetMilliseconds": -14400000, "utcOffset": "-04:00" } -
However, I cannot find my account name, which is available when I connect to the HubSpot via the browser.
What is the way to get the account name from the API?
To be more specific, I need the account name which is available from this URL (yes, I’ve read the forum thread and it looks, that there is no any solution, which looks extremely strange for me).