Skip to main content
POST
/
api
/
user
/
data
/
export
Request a ZIP-by-email export of personal data
curl --request POST \
  --url https://pria.praxislxp.com/api/user/data/export \
  --header 'x-access-token: <api-key>'
{
  "status": "queued",
  "estimatedSeconds": 123
}

Authorizations

x-access-token
string
header
required

JWT token passed in x-access-token header

Response

Export queued

status
enum<string>
Available options:
queued
estimatedSeconds
integer

Rough wait before the email arrives; not a hard SLA