Hello Team, Hubspot Search API endpoints are limited to 10,000 total results for any given query. Attempting to page beyond 10,000 will result in a 400 error. Please advise is there a way to increase this limit more than 10000 for a private app. read more
Hello Team, In Hubspot Search API, The query supports a maximum of 200 objects per page . Is there a way this limit can be increased through configurations for a Private App for a free version? Does this require any upgrade. Thanks in ad read more
Hi @SBalabhadrapa , Currently the limit cannot be increased even by using a Private App as its a restriction from HubSpot Platform across all u...read more
Hello there! We have been using API endpoint " https://api.hubapi.com/contacts/v1/contact/createOrUpdate/email/ <contactEmail> / " for a long time. But it seems it doesn't work anymore. I got "error code: 1016" Token is valid. Any idea? read more
Hey, @PKostetskiy 👋 Looking at other posts with this error, it seems to be related to an IP being blocked by Cloudflare. Do you have access to...read more
I need to integrate with the Hubspot API for integrated forms (not Hubspot). However, it is necessary to have the OAuth authentication token as a security/authentication parameter in requests to this API. I didn't understand how to obtain this tok read more
Hey Tom! So, I read the articles and studied the differences between public and private applications in more depth. In the case of integrating a HubS...read more
Hello Team, Hubspot Serach API documentation says that The search endpoints are rate limited to five requests per second (Account level). Can you please elloborate on this? What is meant by Account level? Lets say if an account has 10 users read more
Hello, Currently I am developping a private app using a React repo, so I am able to get the "Teams" from a user using the "CrmContext", doing something like: ctx.user.teams My question is... Is it possible to get the "PERMISSIONS SET" or the "AC read more
Hello @zach_threadint :), Thank you very much for your response, that approach could help, just for curiosity, do you know if there is a way to d...read more
Hi there, I’m building an app using HubSpot’s API to extract records with minimal delay, ideally under a minute. To achieve this, I need to understand if updates and creates appear in search results in the order they were modified or if there’s read more
@matthelm - Other opinions here may differ, but I would be extremely suspicious about the exact order and timestamp relationships of records if you...read more
Hi HubSpot Community, I'm working on creating a Custom Workflow Action that makes an HTTP POST request to an external API. However, I'm facing issues where no requests are being sent from HubSpot to my webhook endpoint, or not reaching my serv read more
After spending several hours debugging, I finally identified and resolved the issue. The problem was that my custom action had required fields, but s...read more
hello guys, i went throguh the API doc but could not find an answer to my question: what's the property name of associated company id in the GET deals endpoint? I tried with associatedcompanyids but it seems does not work. By default HS returns the read more
Hi @Rintegration ,
When making the API call to the GET deal endpoint , you need to add an "associations" parameter and include the object typ...read more
When I get all Companies data, using the `hubspot-api-client` Python package, they include these properties: `hs_notes_last_activity` `hs_notes_next_activity` `hs_source_object_id` `owneremail` `ownername` However, I can't find these prop read more
@Velocity9 - There are a number of possibilities here I would think:
- They are "deprecated" properties defined by HubSpot
- They are propertie...read more
Hi, Our customers are experiencing an issue regarding authorization: they need to authorize our app using a Super Admin hubspot user. To correct that, I tried to remove a scope that seemed to require a Super Admin user (tell me if i'm wrong) read more
Upon rereading your post, I see you mentioned removing the problematic scope. I'd reopen your support ticket, or file a new one, and (make sure the u...read more