curl --request GET \
--url https://api.hubapi.com/crm/v3/properties/{objectType}/groups \
--header 'Authorization: Bearer <token>'{
"results": [
{
"displayOrder": -1,
"label": "My Property Group",
"name": "mypropertygroup"
}
]
}Read all existing property groups for the specified object type and HubSpot account.
curl --request GET \
--url https://api.hubapi.com/crm/v3/properties/{objectType}/groups \
--header 'Authorization: Bearer <token>'{
"results": [
{
"displayOrder": -1,
"label": "My Property Group",
"name": "mypropertygroup"
}
]
}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.
Supported products
Required Scopes
Was this page helpful?