Export all user data including identities, passkeys, devices, sessions, trust codes, activity logs, and OAuth authorizations. This endpoint supports GDPR data portability requirements.Authentication: Required (session token)
The export is generated on demand and includes all data at the time of the request. The file is downloaded with a filename like ave-data-export-2024-03-15.json.
Permanently delete user account and all associated data
Permanently delete the user’s account and all associated data. This action is irreversible and complies with GDPR’s “right to erasure” (right to be forgotten).Authentication: Required (session token)Deleted data includes:
{ "success": true, "message": "Your account and all associated data have been permanently deleted."}
This action is permanent and cannot be undone. All data will be immediately and irreversibly deleted from the database. Users should export their data first if they want to keep a copy.