cURL
curl --request POST \ --url https://api.example.com/recover-account \ --header 'Content-Type: application/json' \ --data ' { "leaf_index": "<string>", "new_authenticator_address": "<string>", "new_authenticator_pubkey": "<string>", "new_offchain_signer_commitment": "<string>", "nonce": "<string>", "old_offchain_signer_commitment": "<string>", "sibling_nodes": [ "<string>" ], "signature": [ 1 ] } '
{ "kind": "create_account", "request_id": "<string>", "status": { "state": "queued" } }
The request to recover an account.
The account index.
The new authenticator address.
The new authenticator pubkey.
The new offchain signer commitment.
The nonce.
The old offchain signer commitment.
The sibling nodes.
The signature.
x >= 0
TODO
create_account
update_authenticator
insert_authenticator
remove_authenticator
recover_account
Show child attributes
Was this page helpful?