---
title: "Get an oEmbed domain"
method: GET
path: "/media-bridge/2026-03/{appId}/settings/oembed-domains/{oEmbedDomainId}"
tags: ["Basic"]
---

# Get an oEmbed domain

`GET /media-bridge/2026-03/{appId}/settings/oembed-domains/{oEmbedDomainId}`

Get the details for an existing oEmbed domain.

## Path parameters

- `appId` integer, required
- `oEmbedDomainId` string, required

## Response `200`

successful operation

- CmsMediaBridgeIntegratorOEmbedDomainModel
  - `appId` integer, required
  - `createdAt` integer, required
  - `deletedAt` integer, required
  - `endpoints` CmsMediaBridgeEndpoints, required
    - `discovery` boolean, required
    - `schemes` string[], required
    - `url` string, required
  - `id` integer, required
  - `portalId` integer, required
  - `updatedAt` integer, required

## Other responses

- `default` — An error occurred.

---

[API](https://skmtc.net/hubspot/apis/hubspot-api-specification.md) · [All operations](https://skmtc.net/hubspot/apis/hubspot-api-specification/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hubspot/hubspot-api-specification/revisions/f9c7181056c5/schema)
