# Retrieve embedded page settings

`GET https://api.cademi.com.br/api/v3/settings/embedded-pages`

Operation ID: `settings.embedded_pages.get` · API v3

Returns the settings for pages embedded in the student area: the home page URL, the first-access page URL, and whether dynamic content is enabled.

The response includes an `ETag` representing the current revision. Send this value in the `If-Match` header when updating these settings to avoid overwriting a newer version.

Required permissions: `settings.read`.

## Responses

### 200

Returns the embedded page settings.

Body: `data`: SettingsEmbeddedPages.

Fields of SettingsEmbeddedPages:

| Field | Type | Required | Description |
|---|---|---|---|
| `defaults` | object | yes |  |
| `dynamic_content_enabled` | boolean | yes |  |
| `first_access_url` | string | yes |  |
| `home_url` | string | yes |  |
| `object` | string, one of `settings` | yes |  |
| `propagation` | object | yes |  |
| `replica` | object | yes |  |
| `revision` | string | yes |  |

### 401

The credential is missing, malformed, expired, or revoked.

Body: Error.

### 403

The current credentials do not have the permission required by this operation.

Body: Error.

Full schema: https://cademi.dev/openapi/v3.json
