Skip to main content
GET
/
api
/
data-privacy
/
export
Export your personal data (GDPR Right of Access)
curl --request GET \
  --url https://api.g-tateth.com/api/data-privacy/export \
  --header 'Authorization: Bearer <token>'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.g-tateth.com/llms.txt

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

Authorizations

Authorization
string
header
required

JWT session token authentication. Use for user-context requests. The token is returned by the login endpoint and expires after 15 minutes.

Query Parameters

format
enum<string>
default:json

Output format for the exported data

Available options:
json,
csv

Response

Personal data export file download

Full export of the user's personal data (when format=json)