Specifications¶
Specifications of the aedifion.io HTTP API
Overview¶
The aedifion.io HTTP API is completely specified in OpenAPI Specification Version 2 format from which we generate an interactive API documentation that allows you to explore and try out our APIs.
We currently run two APIs:
-
Production API
- Stable API that receives updates and new features only after an intensive testing phase in our development environment.
- Base URL: https://api.aedifion.io
- Specification: https://api.aedifion.io/swagger.json
- Interactive documentation and user interface: https://api.aedifion.io/ui/
-
Development API
- Semi-stable API that receives updates and new features after a short internal testing phase.
- Base URL: https://api-dev.aedifion.io
- Specification: https://api-dev.aedifion.io/swagger.json
- Interactive documentation and user interface: https://api-dev.aedifion.io/ui/
Last update: 2020-09-25