REST API¶
This page keeps REST documentation in the same AionDocs experience while preserving full Swagger interactivity.
Quick Access¶
- Embedded explorer (below)
- Direct page: https://lechitz.github.io/aion-api/swagger-ui/
- Raw OpenAPI: https://raw.githubusercontent.com/lechitz/aion-api/main/swagger/swagger.yaml
Authentication¶
Most protected endpoints require Bearer token:
Authorization: Bearer <JWT_TOKEN>
Interactive Explorer¶
Notes¶
- If the embedded frame is blocked by browser policy, open the direct Swagger URL.
- Contract updates come from
swagger/swagger.yaml. - Use
make docs-verifyto validate site consistency before publishing.