POST /api/v1/exports/account-data
Requires exports.write permission. Produces a snapshot of all organization-scoped data, excluding secrets such as API key values and password hashes. No request body is required.
Response
The created export job.
Errors
| Status | When |
|---|---|
401 | Missing or invalid Bearer token |
403 | Caller lacks exports.write permission |