POST
/
media-bridge
/
v1
/
{appId}
/
settings
/
object-definitions
Einen neuen Objekttyp erstellen
curl --request POST \
  --url https://api.hubapi.com/media-bridge/v1/{appId}/settings/object-definitions \
  --header 'Content-Type: application/json' \
  --data '{
  "mediaTypes": [
    "VIDEO"
  ]
}'
{
  "createdObjects": {}
}
Unterstützte Produkte
Erfordert eines der folgenden Produkte oder höher.
Marketing HubMarketing HubKostenlos
Sales HubSales HubKostenlos
Service HubService HubKostenlos
Content HubContent HubKostenlos

Authorizations

hapikey
string
query
required

Body

application/json

Response

200
application/json

successful operation

The response is of type object.