Another minor issue is that HubSpot is returning region-specific hosts while in this blog post they claim that the data center should be resolved internally. This issue is also happening when working with the V3 API.
While the general next link for paging is returned just fine with the
For Q1, I can't reproduce this behaviour using my test portal. I also wasn't able to find any support tickets for this issue. What happens if you make the same request using Postman? Here's my test using Postman:
Request
GET https://api.hubapi.com/crm/v4/objects/companies?limit=1&associations=deals&archived=false
The issue pertains to Association pagination, where the pagination link appears inside the associations/<CRM object> object. I noticed your response contains only one association between Companies and Deals. More associations are needed to trigger the pagination mechanism. For example:
This points to a v3 endpoint instead of v4. These tests were conducted using Postman. Could you please clarify if this behavior is expected? Should I report this issue in the Developer Feedback Tool as well?