Zum Hauptinhalt springen
POST
/
media-bridge
/
v1
/
{appId}
/
properties
/
{objectType}
/
groups
Create a new property group
curl --request POST \
  --url 'https://api.hubapi.com/media-bridge/v1/{appId}/properties/{objectType}/groups?hapikey=' \
  --header 'Content-Type: application/json' \
  --data '
{
  "label": "<string>",
  "name": "<string>",
  "displayOrder": 123
}
'
{
  "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 object type to create the new property group for.

Body

application/json
label
string
erforderlich
name
string
erforderlich
displayOrder
integer<int32>

Antwort

successful operation

archived
boolean
erforderlich
label
string
erforderlich
name
string
erforderlich
displayOrder
integer<int32>
Last modified on April 9, 2026