fabric_recovery_start
Start account recovery if you lost your API key. Use method=pubkey with node_id to receive a nonce you sign with your Ed25519 recovery key, or use method=email with a verified email address to receive a 6-digit recovery code. No authentication required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | Required for method=email. Must match a verified email already on the node. | ||
| method | Yes | Recovery method. Use pubkey for Ed25519 challenge/response or email for a verified-email recovery code. | |
| node_id | No | Required for method=pubkey. Your node ID (UUID from the original bootstrap response). |