curl --request POST \
--url https://api.hubapi.com/media-bridge/2026-03/{appId}/properties/{objectType}/groups \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"label": "<string>",
"name": "<string>",
"displayOrder": 123
}
'{
"archived": true,
"label": "<string>",
"name": "<string>",
"displayOrder": 123
}指定したオブジェクトタイプの新しいプロパティーグループを作成します。
curl --request POST \
--url https://api.hubapi.com/media-bridge/2026-03/{appId}/properties/{objectType}/groups \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"label": "<string>",
"name": "<string>",
"displayOrder": 123
}
'{
"archived": true,
"label": "<string>",
"name": "<string>",
"displayOrder": 123
}Supported products
The access token received from the authorization server in the OAuth 2.0 flow.
メディアブリッジアプリのappId。メディアブリッジを使用する開発者アカウント内に複数のアプリを持つことが可能です。
新しいプロパティーグループを作成するオブジェクトタイプ。