---
title: "Fetch information about an embed"
method: GET
path: "/embeds/{id}"
tags: ["Embeds"]
---

# Fetch information about an embed

`GET /embeds/{id}`

## Path parameters

- `id` string, required

## Response `200`

The `Embed` object

- Embed
  - `id` string, required — The ID of the embed
  - `business` string, required — The ID of the business
  - `expires_at` string, required — The time when the embed will expire in ISO 8601 format
  - `url` string, required — The URL of the embed
  - `plg` boolean, required — Whether this is a PLG embed
  - `admin` boolean, required — Whether this is an admin embed

---

[API](https://skmtc.dev/pocketflows/apis/pocketflows-api.md) · [All operations](https://skmtc.dev/pocketflows/apis/pocketflows-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pocketflows/pocketflows-api/revisions/26723490b96f/schema)
