Skip to main content
GET
/
properties
/
v2
/
{object_type}
/
groups
/
named
/
{group_name}
Get an object property group by name
curl --request GET \
  --url https://api.hubapi.com/properties/v2/{object_type}/groups/named/{group_name}
{
  "name": "<string>",
  "displayName": "<string>",
  "displayOrder": 123,
  "hubspotDefined": true,
  "portalId": 123
}

Path Parameters

object_type
string
required

The specific type of CRM object to retrieve the property group from. You can use the object name (e.g., contacts) or the objectTypeId (e.g., 0-1).

group_name
string
required

The name of the property group (e.g., contactinformation).

Response

200 - application/json

Successful response with object property group details

name
string

The internal name of the property group

displayName
string

The displayed name of the group

displayOrder
integer

The order of the group when displaying properties

hubspotDefined
boolean

Whether the group is defined by HubSpot

portalId
integer

The portal ID this group belongs to

Last modified on December 12, 2025