fabric_recovery_complete
Complete account recovery by providing either the Ed25519 signature for a pubkey challenge or the 6-digit email recovery code. Returns a new API key. No authentication required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | No | For email recovery: the 6-digit code emailed to the verified account address. | |
| signature | No | For pubkey recovery: Ed25519 signature of the challenge (hex or base64). Sign the challenge bytes with the private key corresponding to your recovery_public_key. | |
| challenge_id | Yes | The challenge_id returned by fabric_recovery_start. |