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
}Get a property group for the specified object type by its 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
}Scope requirements
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).
The name of the property group (e.g., contactinformation).
Successful response with object property group details
Was this page helpful?