get_recovery_readiness

Read the Disaster Recovery readiness checklist for the creator the token acts for — every line with its state, and the totals the dashboard card shows. Takes no input.

Purpose

Answer "how ready is this account for the next ban?". The checklist is the one the Disaster Recovery → Readiness page shows. The account's own lines come first: a second factor and a backup sign-in account. Then each installed connector's lines, worded by that connector and named by connector (Telegram's: a standby bot for every project, a standby for every channel and group, automatic failover, a live mirror). Last the two reminders: a copy of the content kept elsewhere, and a second human administrator in every space. Each line says whether it is in place, whether the plan lacks the feature (locked), the state in words and where the fix lives; the totals say how many verifiable lines are done. The payload is exactly what GET /v1/recovery/readiness returns.

Required ability

project-recovery:view-any

Input schema

{
  "type": "object",
  "properties": {}
}

Output shape

{
  "data": {
    "prevention": true,
    "completed": 4,
    "total": 6,
    "complete": false,
    "items": [
      {
        "key": "second_factor",
        "connector": null,
        "connector_name": null,
        "label": "Two-Factor Authentication or a Passkey",
        "description": "Recovery moves your identity, so the account that runs it should be hard to take over.",
        "icon": "shield-check",
        "prevention": false,
        "reminder": false,
        "done": true,
        "locked": false,
        "detail": "Enabled",
        "url": "https://app.subscriby.net/settings/security"
      }
    ]
  },
  "meta": {}
}

done is true, false, or null when the platform can only remind (reminder: true); reminders never count toward total.

Example prompts

"How ready am I for a Telegram ban? What's still missing?"

"Which of my disaster-recovery precautions are locked behind my plan?"

Failure modes

  • AUTHENTICATION_REQUIRED — no authenticated user on the request.
  • TOKEN_MISSING_ABILITY — token lacks project-recovery:view-any.

How is this guide?

On this page

Subscriby is a product designed by you — for you.

No boardroom full of executives deciding what we ships next. Our roadmap always shaped by you with your feedback.

Share feedback or a request