# Retrieve email settings

`GET https://api.cademi.com.br/api/v3/settings/emails`

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

Returns the email settings of the account: sender, signature, reply-to address, email branding, and sending status, including the sending limit and the number of emails sent in the current period.

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 email settings.

Body: `data`: SettingsEmail.

Fields of SettingsEmail:

| Field | Type | Required | Description |
|---|---|---|---|
| `branding` | object | yes |  |
| `defaults` | object | yes |  |
| `object` | string, one of `settings` | yes |  |
| `propagation` | object | yes |  |
| `replica` | object | yes |  |
| `reply_to` | string | yes |  |
| `revision` | string | yes |  |
| `sender` | object | yes |  |
| `status` | object | 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
