---
title: "Get Magic Embed settings"
method: GET
path: "/projects/{project_id}/integrations/client_side"
tags: ["Magic Embed"]
---

# Get Magic Embed settings

`GET /projects/{project_id}/integrations/client_side`

Returns Magic Embed settings for a project, including whether the integration is enabled and the list of allowed domains.

## Response `200`

OK

- ClientSideIntegrationModel
  - `enabled` boolean — Whether or not the client side integration should be enabled. Disabled by default.
  - `allowed_domains` string[] — The list of domains from which to import content into the BeyondWords platform.
  - `created` string, date-time — Time at which the object was created (ISO 8601)
  - `updated` string, date-time — Time at which the object was updated (ISO 8601)

## Other responses

- `401` — Invalid authentication token

---

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