I am using an API to fetch the contact properties from hubspot. This also includes custom contact properties. I wish to know if there is any response limit or the endpoint. When hit I couldn't see one or more properties. Can someone please help ?
Thanks for the quick response. So does this mean that I am not able to fetch a particular custom property may not because of any response limit right ? Because each time I am getting other contact custom properties but not this one. So if it was due to a daily limit I wouldn't have got any response instead 429 error code right ?
The 429 responce code is a rate limit. It's more likely a limit to the rate at which you are trying to pull the properties, rather than the daily limit. You can check on your daily limit in Settings under Integrations -> Private Apps if you want to be sure:
But most likely it's exceeding the 10 second rate limit.