API
Introduction
Waldur MasterMind is exposing a REST API for all relevant actions.
API can be learnt from:
- https://mastermind.example.com/docs – a Swagger-based API documentation
- https://mastermind.example.com/api - in development mode (set DEBUG to true in settings), it will show a browsable API interface for easy experimentation.
- API Examples
- Examining requests that Waldur HomePort is doing against the MasterMind API. Use any modern browser's developer tools for that.