01 · HOW TO EXPORTThree ways to get your data
Open LogicBanker → Settings → Privacy → Export my data. The file is generated within minutes; we email you a download link.
Write to [email protected] from the address on your account. We reply with the link inside one business day.
If you're a developer, hit GET /v1/me/export with your auth token. Same data, programmatic access.
02 · WHAT'S INSIDEThe structure of the export
Each export is a single logicbanker-export.zip file containing:
| File | What it has |
|---|---|
| profile.json | Display name, email, country, language, joined date, avatar URL, bio. |
| progress.json | Every track, lesson, and pulse you've completed — with timestamps, accuracy, time-on-task. |
| gems.json | Gem balance, gem ledger (every gain & spend), level history. |
| badges.json | Boss Badges, Perfect Lesson seals, streak milestones. |
| answers.json | Your written answers to open-ended questions, lesson notes, journal entries. |
| billing.json | Subscription history, invoices, refunds. Empty for free accounts. |
| auth_log.json | Login & device history for the last 12 months — useful for spotting suspicious access. |
| media/ | Folder · any images you uploaded (avatar, journal attachments). |
03 · SAMPLEWhat it looks like
A snippet of progress.json:
{
"track": "stocks-fast",
"title": "Stocks, fast",
"lessons": [
{
"slug": "what-is-a-share",
"completed_at": "2026-04-12T18:34:11Z",
"accuracy": 0.93,
"duration_sec": 245,
"perfect": false,
"gems_earned": 25
},
{
"slug": "how-prices-move",
"completed_at": "2026-04-13T19:02:08Z",
"accuracy": 1.00,
"duration_sec": 198,
"perfect": true,
"gems_earned": 50
}
]
}
04 · FAQCommon questions
How long does it take?
2–5 minutes for most accounts. Heavy users (3+ years, thousands of lessons) can take up to 20 minutes. We email you when it's ready.
How long is the link valid?
7 days. The file is encrypted at rest with a per-user key; we delete it after the link expires.
Can I export someone else's data?
No. Only the account holder can request an export. For minors, a verified parent or guardian can request via [email protected].
What if I want to delete instead?
Go to Settings → Account → Delete. We recommend exporting first — deletion is permanent within 30 days.
Can I re-import this into LogicBanker later?
Not yet — we're building the import side of the loop for 2026 H2. Today, you can keep the export for your own records.
Open the app, head to Settings → Privacy. Or just email us — we'll set it up by hand.