pdpp

Sandbox demo — all data is fictional and deterministic. No owner credentials, no live AS/RS, no real records.

grant_sb_ledger_txns_revoked

4 events · revoked

Timeline

  1. 01request.receivedreceived
    client/client_ledger_atlas_demo
    data
    {
      "purpose_code": "personal_finance",
      "requested_streams": [
        "transactions"
      ]
    }
  2. 02grant.issuedissued
    client/client_ledger_atlas_demo
    data
    {
      "access_mode": "continuous"
    }
  3. 03grant.revokedrevoked
    client/client_ledger_atlas_demo
    data
    {
      "revoked_by": "owner",
      "reason": "no_longer_needed"
    }
  4. 04resource.read.refusedrefused
    client/client_ledger_atlas_demo · stream transactions
    data
    {
      "stream": "transactions",
      "error": "grant_revoked",
      "http_status": 403
    }

Reference CLI

pdpp ref grant timeline grant_sb_ledger_txns_revoked
npx -y @pdpp/cli ref grant timeline grant_sb_ledger_txns_revoked

The top form requires @pdpp/cli on PATH (or pnpm exec in this monorepo). The bottom form runs without an install via npx. Set PDPP_OWNER_SESSION_COOKIE when owner auth is enabled.

raw: /sandbox/_ref/grants/grant_sb_ledger_txns_revoked/timeline