Account & team
Exporting Your Data
From the app (recommended)
Account owners and admins can download the whole account as one JSON file:
- Go to Settings → Your account
- Click Download my data
The bundle contains your account record, members, clients, assets, alerts, attestations, notification channels, webhook destinations, maintenance windows, billing history and the audit log. API key hashes and webhook/channel signing secrets are deliberately excluded — an export is not a credential file.
Each collection is capped at 5,000 rows. If a collection is capped the bundle marks it truncated and names the endpoint that serves the complete history.
Via the API
The same bundle: GET /v1/account/export (owner/admin session).
Or record-by-record, using your session JWT or an API key:
GET /v1/assets— list all assetsGET /v1/checks?asset_id=<id>&kind=ssl— SSL check historyGET /v1/checks?asset_id=<id>&kind=dns— DNS check historyGET /v1/alerts— alert historyGET /v1/attestations— attestation records
Check history is not part of the bundle because it is unbounded — pull it per asset from /v1/checks.
All list endpoints support limit and cursor for keyset pagination.
Account deletion
Account deletion is not yet self-service. Email privacy@merlonix.com (or open a support ticket) and we will action the request within 30 days.
More in Account & team
Try it on your own sites
Point Merlonix at your client domains and watch SSL, DNS, uptime, and vendor status from one dashboard. Start the full workspace free, no credit card.