POST
/
media-bridge
/
v1
/
{appId}
/
settings
/
oembed-domains
Créer un nouveau domaine oEmbed
curl --request POST \
  --url https://api.hubapi.com/media-bridge/v1/{appId}/settings/oembed-domains \
  --header 'Content-Type: application/json' \
  --data '{
  "endpoints": {
    "discovery": true,
    "schemes": [
      "<string>"
    ],
    "url": "<string>"
  },
  "portalId": 123
}'
{
  "createdAt": 123,
  "endpoints": {
    "discovery": true,
    "schemes": [
      "<string>"
    ],
    "url": "<string>"
  },
  "deletedAt": 123,
  "appId": 123,
  "portalId": 123,
  "id": 123,
  "updatedAt": 123
}
Produits pris en charge
Exige l'un des produits suivants ou un produit supérieur.
Marketing HubMarketing HubGratuit
Sales HubSales HubGratuit
Service HubService HubGratuit
Content HubContent HubGratuit

Authorizations

hapikey
string
query
required

Body

application/json

Response

200
application/json

successful operation

The response is of type object.