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 Contact Property Group Details

Last updated May 31, 2023

GET /properties/v1/contacts/groups/named/:groupName

Method Details

HTTP Methods:

GET

Response Format:

json

Requires Authentication?

Yes

Rate Limited?

Yes

Headers

User-Agent

Products:

Marketing & CRM

Required Scope:

crm.schemas.contacts.read

Get property group information and optionally get all the contact properties in a property group. Property groups allow you to more easily manage properties in a given HubID and make contact records easier to parse for the user. If your integration is creating contact properties, it's a good practice to create a new property group to include all of the properties you create.

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.
Group Name Used in the request URL The internal name of the property group. The name must be used whenever the group is referenced using the API.
Optional Parameters How to use Description
includeProperties &includeProperties=true - Used in the request URL Set this parameter to true if you want the response to include the definitions of the properties in the group. Exclude this parameter if you only want the property group info.