curl --request POST \
--url 'https://api.hubapi.com/media-bridge/2026-03/{appId}/settings/object-definitions?hapikey=' \
--header 'Content-Type: application/json' \
--data '
{
"mediaTypes": [
"VIDEO"
]
}
'{
"createdObjects": {}
}Create a new media object type
curl --request POST \
--url 'https://api.hubapi.com/media-bridge/2026-03/{appId}/settings/object-definitions?hapikey=' \
--header 'Content-Type: application/json' \
--data '
{
"mediaTypes": [
"VIDEO"
]
}
'{
"createdObjects": {}
}Was this page helpful?