There's a new version of the HubSpot API

As of November 30, 2022, HubSpot API keys are no longer a supported authentication method for accessing HubSpot APIs. Instead, you should use a private app access token or OAuth to authenticate API calls. Learn more about this change and how to migrate an API key integration to use a private app instead.

Get all company properties

Last updated May 15, 2023

GET /properties/v1/companies/properties/

Method Details

HTTP Methods:

GET

Response Format:

json

Requires Authentication?

Yes

Rate Limited?

Yes

Headers

User-Agent

Products:

Marketing & CRM

Required Scope:

crm.schemas.companies.read

This endpoint is used to get all company properties, including their definition, for a given account.

Use case for a this endpoint: You can use this endpoint to get the metadata required for a sync between HubSpot and an external system, as customers can create their own custom properties. For information on default properties, see this article

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.