Zum Hauptinhalt springen
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?hapikey='
{
  "results": [
    {
      "archived": true,
      "label": "<string>",
      "name": "<string>",
      "displayOrder": 123
    }
  ]
}

Supported products

Autorisierungen

hapikey
string
query
erforderlich

Pfadparameter

appId
integer<int32>
erforderlich

The appId for the media bridge app. It is possible to have multiple apps in your developer account that use the media bridge.

objectType
string
erforderlich

The type of object to get the property groups for.

Antwort

successful operation

results
object[]
erforderlich
Last modified on April 9, 2026