Skip to content

REST API

This page keeps REST documentation in the same AionDocs experience while preserving full Swagger interactivity.

Quick Access

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-verify to validate site consistency before publishing.