GOGETMUSCLE Community Getting error while fetching some crm object

Getting error while fetching some crm object

Hi everyone,

I’m trying to fetch all data from a given list of objects using the HubSpot API. For some reason, it works for some objects but returns an error for others.

For example:

  • contacts → works correctly

  • companies, notes, deals → return the following error:

data: {
status: ‘error’,
message: ‘There was a problem with the request.’,
correlationId: ‘019cd930-a23a-75e2-8b23-3b6627a2278a’
}

Am I missing something here? It’s my first time working with HubSpot, so I’d appreciate any guidance on what might be going wrong.

Thanks!

Leave a Reply

Your email address will not be published.

Related Post

I use social broadcast api, will it be sunseted on 1st Nov 2025?I use social broadcast api, will it be sunseted on 1st Nov 2025?

Hi I use  $apiUrl = ‘https://api.hubapi.com/broadcast/v1/channels/setting/publish/current‘; to post into our hubspot social automatically from CMS when new articles are published. Does this affect it https://community.hubspot.com/t5/Developer-Announcements/Marketing-Email-API-v3-released-to-general-availability-and/m-p/1130811/highlight/true#M1013 ?