Export user data
POST /v1/migrate/export — Bundle the requested manifest entries into a portable JSON blob for backup / migration to another deployment.
POST /v1/migrate/export
Bundle the requested manifest entries into a portable JSON blob for backup / migration to another deployment.
| Method | POST |
| Path | /v1/migrate/export |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | migrate |
Request body
{ "include": ["memories", "profile", "preferences"] }