---
title: "Export user account data"
method: GET
path: "/auth/account/export"
tags: ["Authentication"]
---

# Export user account data

`GET /auth/account/export`

Returns a JSON-serializable export of the authenticated user's data, including their public profile fields and all of their resumes. Secrets such as password hashes, tokens, and API keys are never included. Requires authentication.

## Response `200`

The user's exported account data.

- unknown

---

[API](https://skmtc.net/rxresu/apis/reactive-resume.md) · [All operations](https://skmtc.net/rxresu/apis/reactive-resume/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rxresu/reactive-resume/revisions/68d25b21f805/schema)
