curl --request POST \
--url https://api.hubapi.com/media-bridge/2026-03/{appId}/settings/object-definitions \
--header 'Authorization: Bearer <token>' \
--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 \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"mediaTypes": [
"VIDEO"
]
}
'{
"createdObjects": {}
}Supported products
The access token received from the authorization server in the OAuth 2.0 flow.
VIDEO, AUDIO, DOCUMENT, OTHER, IMAGE successful operation
Show child attributes
Was this page helpful?