Skip to main content
POST
/
v1
/
consumer
/
privacy
/
export
Request Data Export
curl --request POST \
  --url https://api.truthlocks.com/v1/consumer/privacy/export \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "format": "json",
  "reason": "<string>"
}
'
{
  "job_id": "<string>",
  "status": "PENDING",
  "created_at": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.truthlocks.com/llms.txt

Use this file to discover all available pages before exploring further.

Request a full export of all data associated with your account. Exports are delivered in JSON format and include your profile, protections, credentials, and activity history. Processing typically completes within a few minutes. Once the export is ready, check the list privacy jobs endpoint or the Privacy Center for a download link.

Parameters

format
string
Export format. Currently only json is supported.
reason
string
Optional reason for the export request, recorded in the audit log.

Responses

Authorizations

X-API-Key
string
header
required

API key for machine-to-machine authentication

Body

application/json
format
enum<string>

Export format. Currently only json is supported.

Available options:
json
reason
string

Optional reason for the export request, recorded in the audit log.

Response

Export requested

job_id
string
status
enum<string>
Available options:
PENDING
created_at
string<date-time>