# Retrieve registration settings

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

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

Returns the registration settings of the account: public sign-up, domain restrictions, whether a document is required, and the highlight applied to users with free access.

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

Body: `data`: SettingsRegistration.

Fields of SettingsRegistration:

| Field | Type | Required | Description |
|---|---|---|---|
| `defaults` | object | yes |  |
| `document` | object | yes |  |
| `domain_restriction` | object | yes |  |
| `highlight_free` | object | yes |  |
| `object` | string, one of `settings` | yes |  |
| `propagation` | object | yes |  |
| `public_signup` | 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
