Fetch the authenticated user’s profile from the database.
Returns the current user record. RequiresDocumentation Index
Fetch the complete documentation index at: https://orchestrator-docs.hexoforge.dev/llms.txt
Use this file to discover all available pages before exploring further.
X-API-Key and a valid Bearer access token.
X-API-Key and Authorization: Bearer with your access token. Prefer local JWT validation with JWKS for hot paths; use this endpoint as a fallback or for testing.| Code | Meaning |
|---|---|
| 200 | Success |
| 401 | Missing, invalid, or revoked token |
| 403 | IP or firewall block, or email verification required |
| 429 | Rate limited |