Skip to main content
GET
/
media-bridge
/
v1
/
{appId}
/
properties
/
{objectType}
/
groups
Get property groups
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
    }
  ]
}

Supported products

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

appId
integer<int32>
required
objectType
string
required

Response

successful operation

results
object[]
required
Last modified on April 17, 2026