GDPR Article 20 — Data Portability
Your data, your call.
Everything Frontbell stores about your business belongs to you. Export a full JSON archive in one request — customers, calls, leads, bookings, voicemails, and more.
What is included
Everything. No exceptions.
Your export is a complete, machine-readable JSON archive of all data your organization has created in Frontbell.
Customer contacts & history
All call sessions & transcripts
Leads and conversion data
Job bookings & appointments
Voicemail recordings & metadata
Invoices & payment history
Phone numbers provisioned
Team members & permissions
Headless export
Need it via API?
The export endpoint is available to any org-admin token. Call it from your own tooling, cron job, or migration script.
# Authenticate first, then:
curl -H "Authorization: Bearer <your-token>"
https://api.frontbell.ai/api/data-export
> my-data.json
curl -H "Authorization: Bearer <your-token>"
https://api.frontbell.ai/api/data-export
> my-data.json
Rate-limited to 1 export per hour per organization. Response is JSON — pipe to jq or import directly into any migration tool.
No lock-in. Ever.
Frontbell stores your data in standard, documented JSON. Import it into any CRM, spreadsheet, or database. We believe your business data belongs to you — full stop.