Bring your data in. Take it out whenever you want.
FullyStrapped sits alongside the tools you already run. Import an audience from another platform, keep both systems in sync over the bridge API, and export everything back out in one call. No proprietary formats, no exit fee, no hostage-taking.
Endpoints
Authenticate with a workspace key in the x-api-key header. Create one in Console → Integrations. Every response is consent-scoped: a key only ever sees people whose consent copy named that workspace.
| GET | /api/public/v1/ping | Verify a workspace key and its scopes. |
| GET | /api/public/v1/fans | Consent-scoped audience with lifecycle state and next action. |
| GET | /api/public/v1/export?format=csv | Full audience export as CSV or JSON — take your data out any time. |
| GET | /api/public/v1/insights | Signup velocity, unlock rates and partner overlap. |
| GET | /api/public/v1/places | Registered places / TribeGrounds for a workspace. |
| POST | /api/public/v1/events | Push presence, content or purchase events in from another platform. |
| POST | /api/public/v1/handoff | Mint a single-use token to prefill a FullyStrapped drop signup. |
| POST | /api/public/v1/invites | Queue a person for consent capture on a named drop. |
curl -H "x-api-key: $FullyStrapped_KEY" \ "https://join-the-dots-matrix.lovable.app/api/public/v1/export?format=csv" \ -o audience.csv
Moving from another platform
The import wizard in Console → Migrate has presets for these. Imported people arrive in an imported state: usable by you, but never exportable to a partner until they re-consent through a FullyStrapped drop that names the parties.
Switching from a paid tool mid-contract? See the switch offer — commit to 12 months and pay nothing until your current contract ends.