Skip to main content
GET
/
api
/
v1
/
auth
/
recovery
/
status
Recovery Status
curl --request GET \
  --url https://api.example.com/api/v1/auth/recovery/status
{
  "status": "<string>",
  "email": "<string>",
  "requested_at": "<string>",
  "available_at": "<string>",
  "expires_at": "<string>",
  "is_ready": false
}

Documentation Index

Fetch the complete documentation index at: https://docs.apilens.ai/llms.txt

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

Query Parameters

token
string
required

Response

200 - application/json

OK

status
string
required
email
string | null
requested_at
string | null
available_at
string | null
expires_at
string | null
is_ready
boolean
default:false