Creating legacy public apps and project-based apps is temporarily unavailable for new HubSpot accounts.
Learn more in our Trust Center.
curl --request GET \
--url 'https://api.hubapi.com/media-bridge/v1/{appId}/properties/{objectType}/groups?hapikey='{
"results": [
{
"archived": true,
"label": "<string>",
"name": "<string>",
"displayOrder": 123
}
]
}Get the property groups for a specified object type.
curl --request GET \
--url 'https://api.hubapi.com/media-bridge/v1/{appId}/properties/{objectType}/groups?hapikey='{
"results": [
{
"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 type of object to get the property groups for.
successful operation
Show child attributes
Was this page helpful?