Request recovery
request_recoverySend a recovery code to the identity's verified email. Takes the handle and the address; the response is the same whether or not they match (the op_key is remembered for the handle and address, and another address under the same key is another request, not a conflict), and at most three codes are outstanding per identity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | The identity's verified email. A recovery code is sent there when both match; the response is the same either way. | ||
| handle | Yes | Handle of the identity to recover. | |
| op_key | Yes | Operation key you choose, 8 to 128 characters. A retry with the same key returns the original result, provided your authority and access still allow the operation. |