curl --request GET \
--url https://api.hubapi.com/media-bridge/v1/{appId}/properties/{objectType}/groups \
--header 'Authorization: Bearer <token>'{
"results": [
{
"archived": true,
"label": "<string>",
"name": "<string>",
"displayOrder": 123
}
]
}curl --request GET \
--url https://api.hubapi.com/media-bridge/v1/{appId}/properties/{objectType}/groups \
--header 'Authorization: Bearer <token>'{
"results": [
{
"archived": true,
"label": "<string>",
"name": "<string>",
"displayOrder": 123
}
]
}Was this page helpful?