Skip to main content
POST
/
recovery-cases
/
exists
Check whether a recovery intent already exists
curl --request POST \
  --url https://api.jurat.io/api/v1/recovery-cases/exists \
  --header 'Content-Type: application/json' \
  --data '
{
  "rec": {
    "lostAccount": "<string>",
    "recoveryAccount": "<string>",
    "chainId": 123,
    "email": "<string>"
  },
  "txs": [
    {
      "dest": "<string>",
      "value": "<string>",
      "data": "<string>"
    }
  ]
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.jurat.io/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
rec
object
required
txs
object[]
required
Minimum array length: 1

Response

200

Duplicate lookup result