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

Path Parameters

object_type
string
required

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

Response

200 - application/json

Successful response with all property groups for the specified object type

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