WalletRecoverRequest
Request to recover an agent account using a recovery code. Use this endpoint when you've lost access to your API key but still have your recovery code (provided when setting up wallet recovery).
Properties
| Property | Type | Required | Description |
|---|---|---|---|
recovery_code |
string | Yes | Recovery code (24 characters). Dashes/whitespace are allowed; letters are case-insensitive. |
View JSON Schema
{
"type": "object",
"description": "Request to recover an agent account using a recovery code.\n\nUse this endpoint when you've lost access to your API key but still have\nyour recovery code (provided when setting up wallet recovery).",
"required": [
"recovery_code"
],
"properties": {
"recovery_code": {
"type": "string",
"description": "Recovery code (24 characters). Dashes/whitespace are allowed; letters are case-insensitive."
}
}
}