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/{groupName}?hapikey='{
"archived": true,
"label": "<string>",
"name": "<string>",
"displayOrder": 123
}Get the details of an existing property group by name.
curl --request GET \
--url 'https://api.hubapi.com/media-bridge/v1/{appId}/properties/{objectType}/groups/{groupName}?hapikey='{
"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 name for the property group you want to get the details for.
The object type for the property group.
Was this page helpful?