curl --request POST \
--url 'https://api.hubapi.com/media-bridge/v1/{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/v1/{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
The appId for the media bridge app. It is possible to have multiple apps in your developer account that use the media bridge.
The object type to create the new property group for.
Was this page helpful?