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 atDocumentation Index
Fetch the complete documentation index at: https://docs.truthlocks.com/llms.txt
Use this file to discover all available pages before exploring further.
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.Request an export
Open the Privacy Center and click Request Data Export. The request
enters a processing queue.
Wait for processing
Export requests are processed within a few minutes. You can track the
status on the Privacy Center page.
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:Response
Account deletion
Deleting your account permanently removes all your data, protections, credentials, and signing keys. This action cannot be undone.Confirm with your email
A confirmation dialog asks you to type your account email address to
proceed. This prevents accidental deletions.
Tracking privacy requests
The Privacy Center displays a list of your recent privacy requests with real-time status updates:| Status | Meaning |
|---|---|
| Pending | Request received, waiting to be processed |
| Approved | Request approved and queued for execution |
| Processing | Actively being processed |
| Completed | Request fulfilled (download available for exports) |
| Failed | An error occurred; contact support |
| Expired | Download link expired; request a new export |
Data retention policies
Tenant administrators can set per-category retention rules from Settings > Privacy in the console. Retention policies control how long data is kept before automatic deletion.Supported data classes
| Data class | Description |
|---|---|
| Audit logs | Console and API activity logs |
| Consumer inbox | Credentials delivered to consumers |
| Verification events | Records of third-party verifications |
| Webhook deliveries | Outbound webhook delivery logs |
Default retention values
Every new tenant starts with the following per-category defaults:| Data class | Default retention | Default delete mode |
|---|---|---|
| Audit logs | 365 days | Soft only |
| Consumer inbox | 90 days | Soft then hard |
| Verification events | 365 days | Soft only |
| Webhook deliveries | 30 days | Soft then hard |
Enterprise plans include an extended retention add-on that increases the
platform-level retention ceiling to 10 years (3,650 days). When enabled,
the extended period applies to attestations, audit logs, evidence, and
verification records. Contact sales to enable it.
How retention is enforced
A background job runs daily to process expired records. Records past their retention period are handled in batches to minimize system load. The job applies your configured delete mode:- Soft only — records are marked as archived but the data is preserved.
- Soft then hard — records are permanently deleted after the retention period.
Configuring a policy
Each data class has three settings:- Retention days — how long to keep records (0–3,650 days). Set to 0 to retain indefinitely.
- Delete mode —
Soft onlymarks records as deleted but retains the data, orSoft then hardpermanently purges records after the soft-delete period. - Enabled — toggle to activate or deactivate the policy.
Legal holds
When you need to preserve data for legal or compliance reasons, create a legal hold to pause automatic deletion for a specific scope.Open privacy settings
Navigate to Settings > Privacy in the console and scroll to the
Legal Holds section.
Create a hold
Click Create Hold and provide:
- Scope type — Tenant, Organization, User, or Resource
- Scope ID — the identifier for the entity (UUID)
- Reason — why the hold is needed (minimum 10 characters)
Account deletion requests are blocked while a legal hold covers the user’s
data. The hold must be released before the deletion can proceed.
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/exportRequest account deletion
POST /v1/consumer/privacy/delete-accountList privacy jobs
GET /v1/consumer/privacy/jobsNext steps
Account security
Set up MFA and manage active sessions.
Content protection
Learn how to protect your content with cryptographic attestations.

