Base URL
API Documentation
- ReDoc:
https://core.hyperx.dev/reference - Swagger UI:
https://core.hyperx.dev/swagger - OpenAPI JSON:
https://core.hyperx.dev/openapi.json
snake_case.
ReDoc and Swagger UI group endpoints by OpenAPI tags in this order: Project and Utilities, Users and Sessions, Data, Content, LiveOps, Purchases, Social, Support, Realtime.
Common Headers
Do not put Console API keys, provider credentials, or server secrets in browser code. Web clients should only store values needed for public client flows, such as the project code and player session tokens.
Call Examples
Check that a project code is available./v1/users/session/refresh to issue a new session.
API Areas
Error Shape
Errors return JSON. Branch on the HTTP status andcode; include trace_id and request_id when contacting support or checking logs.