Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.hyperauth.dev/llms.txt

Use this file to discover all available pages before exploring further.

Proxies requests to the upstream indexer service. The /api/indexer prefix is stripped and the remainder is forwarded.

Allowed downstream paths

Path
/api/dids
/api/aliases
/api/accounts
/api/stats
/api/events
/health
Requests to any other path return 404. The upstream is resolved via the INDEXER service binding (if configured) or the INDEXER_URL environment variable.

Status codes

CodeCondition
404Path not in allowlist
503Neither INDEXER binding nor INDEXER_URL is configured
*Upstream status forwarded as-is