Skip to main content
The Truthlocks Privacy Center gives you control over your personal data. You can request a full data export, delete your account, and track the status of privacy requests. Access it from your dashboard at verify.truthlocks.com/privacy.

Data export

Request a copy of all data associated with your account. Exports are delivered in JSON format and include your profile information, protections, credentials, and activity history.
1

Request an export

Open the Privacy Center and click Request Data Export. The request enters a processing queue.
2

Wait for processing

Export requests are processed within a few minutes. You can track the status on the Privacy Center page.
3

Download your data

Once the status changes to Completed, a download link appears in the Available Downloads section. Click it to download your JSON export.
Export files contain personal data. Store them securely and delete them when you no longer need them.

Export via the API

You can also request exports programmatically:
curl -X POST https://api.truthlocks.com/v1/consumer/privacy/export \
  -H "X-API-Key: tlk_your_key_here" \
  -H "Content-Type: application/json" \
  -d '{"format": "json"}'
Response
{
  "job_id": "prv_export_abc123",
  "status": "PENDING",
  "created_at": "2026-03-25T12:00:00Z"
}
Poll the job status or check the Available Downloads section once processing completes.

Account deletion

Deleting your account permanently removes all your data, protections, credentials, and signing keys. This action cannot be undone.
1

Request deletion

In the Privacy Center, click Request Account Deletion.
2

Confirm with your email

A confirmation dialog asks you to type your account email address to proceed. This prevents accidental deletions.
3

Processing

Deletion requests are processed within 30 days, in compliance with data protection regulations. You can continue using your account until processing begins.
Account deletion is irreversible. All attestations, protections, and credentials linked to your account will be permanently erased. Existing proof pages and badges will stop resolving.

Tracking privacy requests

The Privacy Center displays a list of your recent privacy requests with real-time status updates:
StatusMeaning
PendingRequest received, waiting to be processed
ApprovedRequest approved and queued for execution
ProcessingActively being processed
CompletedRequest fulfilled (download available for exports)
FailedAn error occurred; contact support
ExpiredDownload link expired; request a new export

Your privacy rights

Truthlocks supports the following data rights in compliance with GDPR and similar regulations:

Right to access

Request a full copy of your personal data at any time through the data export feature.

Right to erasure

Request permanent deletion of your account and all associated data.

Right to portability

Export your data in a structured, machine-readable JSON format.

Processing transparency

Track the status of all privacy requests in real time from the Privacy Center.

For developers

Request data export

POST /v1/consumer/privacy/export

Request account deletion

POST /v1/consumer/privacy/delete-account

List privacy jobs

GET /v1/consumer/privacy/jobs

Next steps

Account security

Set up MFA and manage active sessions.

Content protection

Learn how to protect your content with cryptographic attestations.