# Initiate admin token recovery

Initiates the admin token recovery flow by sending a verification code to the admin email. This proxies to the FASP server without the admin token (forgot-token flow). The action is audit-logged. Requires Federation.Manage permission.

RBAC: requires Federation.Manage

Endpoint: POST /api/v1/admin/fasp-remote/token/recover
Version: 1.0
Security: header

## Request fields (application/json):

  - `email` (string, required)
    Admin email address for recovery


## Response 400 fields
