# Get FASP remote configuration

Returns the current FASP remote admin configuration with masked token.

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

Endpoint: GET /api/v1/admin/fasp-remote/config
Version: 1.0
Security: header

## Response 200 fields (application/json):

  - `configured` (boolean, required)
    Whether FASP remote is configured

  - `baseUrl` (string,null)
    Base URL of the FASP server

  - `serverName` (string,null)
    Friendly name for the FASP server

  - `adminTokenMasked` (string,null)
    Masked admin token (first 8 chars + ...)

  - `configuredAt` (string,null)
    When this configuration was set
    Example: "2022-03-10T16:15:50Z"


