GET
/
media-bridge
/
v1
/
{appId}
/
settings
/
oembed-domains
oEmbed-Domains abrufen
curl --request GET \
  --url https://api.hubapi.com/media-bridge/v1/{appId}/settings/oembed-domains
{
  "totalCount": 123,
  "results": [
    {
      "createdAt": 123,
      "endpoints": {
        "discovery": true,
        "schemes": [
          "<string>"
        ],
        "url": "<string>"
      },
      "deletedAt": 123,
      "appId": 123,
      "portalId": 123,
      "id": 123,
      "updatedAt": 123
    }
  ]
}
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

Response

200
application/json

successful operation

The response is of type object.