curl --request POST \
--url 'https://api.hubapi.com/media-bridge/v1/{appId}/settings/object-definitions?hapikey=' \
--header 'Content-Type: application/json' \
--data '
{
"mediaTypes": [
"VIDEO"
]
}
'{
"createdObjects": {}
}curl --request POST \
--url 'https://api.hubapi.com/media-bridge/v1/{appId}/settings/object-definitions?hapikey=' \
--header 'Content-Type: application/json' \
--data '
{
"mediaTypes": [
"VIDEO"
]
}
'{
"createdObjects": {}
}Supported products
The appId for the media bridge app. It is possible to have multiple apps in your developer account that use the media bridge.
VIDEO, AUDIO, DOCUMENT, OTHER, IMAGE successful operation
Show child attributes
Was this page helpful?