Skip to main content
GET
/
media-bridge
/
v1
/
{appId}
/
settings
/
oembed-domains
Get oEmbed domains
curl --request GET \
  --url 'https://api.hubapi.com/media-bridge/v1/{appId}/settings/oembed-domains?hapikey='
{
  "results": [
    {
      "appId": 123,
      "createdAt": 123,
      "deletedAt": 123,
      "endpoints": {
        "discovery": true,
        "schemes": [
          "<string>"
        ],
        "url": "<string>"
      },
      "id": 123,
      "portalId": 123,
      "updatedAt": 123
    }
  ],
  "totalCount": 123
}

Supported products

Authorizations

hapikey
string
query
required

Path Parameters

appId
integer<int32>
required

The appId for the media bridge app. It is possible to have multiple apps in your developer account that use the media bridge.

Query Parameters

domainPortalId
integer<int32>
default:-1

Filter response by Hub ID.

Response

successful operation

results
object[]
required
totalCount
integer<int32>
Last modified on March 30, 2026