curl --request POST \
--url 'https://api.hubapi.com/media-bridge/2026-03/{appId}/properties/{objectType}/groups?hapikey=' \
--header 'Content-Type: application/json' \
--data '
{
"label": "<string>",
"name": "<string>",
"displayOrder": 123
}
'{
"archived": true,
"label": "<string>",
"name": "<string>",
"displayOrder": 123
}Create a new property group for the specified object type.
curl --request POST \
--url 'https://api.hubapi.com/media-bridge/2026-03/{appId}/properties/{objectType}/groups?hapikey=' \
--header 'Content-Type: application/json' \
--data '
{
"label": "<string>",
"name": "<string>",
"displayOrder": 123
}
'{
"archived": true,
"label": "<string>",
"name": "<string>",
"displayOrder": 123
}Supported products
Was this page helpful?