# Retrieve admin area settings

`GET https://api.cademi.com.br/api/v3/settings/admin-area`

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

Returns the appearance settings of the account's admin area: logo, icon, and accent color.

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 admin area settings.

Body: `data`: SettingsAdminArea.

Fields of SettingsAdminArea:

| Field | Type | Required | Description |
|---|---|---|---|
| `accent_color` | string | yes |  |
| `defaults` | object | yes |  |
| `icon` | SettingsAsset or null | yes |  |
| `logo` | SettingsAsset or null | 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
