POST
/
media-bridge
/
v1
/
{appId}
/
settings
/
object-definitions
Create a new object type
curl --request POST \
  --url https://api.hubapi.com/media-bridge/v1/{appId}/settings/object-definitions \
  --header 'Content-Type: application/json' \
  --data '{
  "mediaTypes": [
    "VIDEO"
  ]
}'
{
  "createdObjects": {}
}
Supported products
Requires one of the following products or higher.
Marketing HubMarketing HubFree
Sales HubSales HubFree
Service HubService HubFree
Content HubContent HubFree

Authorizations

hapikey
string
query
required

Body

application/json

Response

200
application/json

successful operation

The response is of type object.