curl --request POST \
--url https://api.hubapi.com/crm/properties/2025-09/{objectType}/groups \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"displayOrder": -1,
"label": "My Property Group",
"name": "mypropertygroup"
}
'{
"displayOrder": -1,
"label": "My Property Group",
"name": "mypropertygroup"
}Create and return a copy of a new property group.
curl --request POST \
--url https://api.hubapi.com/crm/properties/2025-09/{objectType}/groups \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"displayOrder": -1,
"label": "My Property Group",
"name": "mypropertygroup"
}
'{
"displayOrder": -1,
"label": "My Property Group",
"name": "mypropertygroup"
}Supported products
Required Scopes
The access token received from the authorization server in the OAuth 2.0 flow.
A human-readable label that will be shown in HubSpot.
The name of the property to read or modify.
Property groups are displayed in order starting with the lowest positive integer value. Values of -1 will cause the property group to be displayed after any positive values.
successful operation
An ID for a group of properties
Property groups are displayed in order starting with the lowest positive integer value. Values of -1 will cause the property group to be displayed after any positive values.
A human-readable label that will be shown in HubSpot.
The name of the property to read or modify.
Was this page helpful?