Companies recently created results

Hi, I just want to ask about the endpoint which get the recently created companies, does this returns all the properties of the companies (which exist / which has a value) or just the default? If not, how could we get all those properties?

Hi @kevin_rand

The Get Recent Companies endpoint should return all properties where a value exists against the records returned.

An example of this snippet returned can be found in the documentation itself, see here:

https://api.hubapi.com/companies/v2/companies/recent/modified?hapikey=demo

It’s worth noting too that this endpoint will only return records modified or created in the last 30 days, or the 10K most recently modified and created records. If you need to get all of your companies, please use this endpoint.

I hope this helps!

@Willson Thanks a lot