curl --request GET \
--url https://api.hubapi.com/properties/v2/{object_type}/groups[
{
"name": "<string>",
"displayName": "<string>",
"displayOrder": 123,
"hubspotDefined": true,
"portalId": 123
}
]Get all of the property groups for the specified object type.
curl --request GET \
--url https://api.hubapi.com/properties/v2/{object_type}/groups[
{
"name": "<string>",
"displayName": "<string>",
"displayOrder": 123,
"hubspotDefined": true,
"portalId": 123
}
]Documentation Index
Fetch the complete documentation index at: https://developers.hubspot.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Scope requirements
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).
Successful response with all property groups for the specified object type
Was this page helpful?