User profile
GET /v1/user/profile — Complete signed-in Minara account profile. Preserves the frontend `/auth/me` fields, including identity, linked accounts
GET /v1/user/profile
Complete signed-in Minara account profile. Preserves the frontend /auth/me fields, including identity, linked accounts, creator badges, tips, wallet metadata, balances, subscription, MFA, and whitelist state. Adds stable Agent aliases: name, actorId, an address-only walletAddresses map, and normalized subscription fields (plan, active, credits, expiresAt). Unknown additive upstream fields are retained. Always returns HTTP 200; on upstream failure it returns an empty wallet-address projection so clients can clear the previous account safely.
| Method | GET |
| Path | /v1/user/profile |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | auth |