Saltar al contenido principal
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

Autorizaciones

Authorization
string
header
requerido

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

Parámetros de ruta

appId
integer<int32>
requerido
objectType
string
requerido

Respuesta

successful operation

results
object[]
requerido
Última modificación el 11 de junio de 2026