There's a new version of the HubSpot API

We're also working on a new documentation website, you're invited to check it out and give us your feedback.

Get Recently Created Companies

Last updated May 12, 2023

GET /companies/v2/companies/recent/created

Method Details

HTTP Methods:

GET

Response Format:

json

Requires Authentication?

Yes

Rate Limited?

Yes

Headers

User-Agent

Products:

Marketing & CRM

Required Scope:

crm.objects.companies.read

Returns a list of all companies sorted by the date the companies were created. This is particularly useful for ongoing syncs with HubSpot in which changes to companies must be captured in another system.

Note: This endpoint will only return records created in the last 30 days, or the 10k most recently created records.  If you need to get all of your companies, please use this endpoint.

Required Parameters How to use Description
OAuth access token or private app access token Authorization: Bearer {token} header Used to authenticate the request. Please see this page for more details about authentication.
Optional Parameters How to use Description
offset &offset=x - Used in the request URL. Used to page through the results. Each request will return an offset value that you use in the next request to get the next set of result.
Count &count=x - Used in the request URL. Specifies the number of companies to be returned.

If request is successful you'll receive a 200 response.