# Get federation config

Returns the current federation mode and the full allowlist.

RBAC:
- requires ANY of Federation.Read, Federation.Manage

Endpoint: GET /api/v1/admin/federation/config
Version: 1.0
Security: header

## Response 200 fields (application/json):

  - `mode` (string, required)
    Current federation mode
    Enum: "OPEN", "LIMITED", "CLOSED"

  - `allowlist` (array, required)
    Current allowlist


