API Documentation ================= .. note:: The below information reflects the latest API shipped in the most recent version of Evon Hub. Your Hub itself includes Redoc rendered API documentation specific to its own version, and is available by clicking the `API Developer Docs` link in the top horizontal nav menu of your Hub's Web UI. Authentication ############## The API's base url is simply that of your Hub, eg:: GET https://myhub.example.com/api/bootstrap/linux To authorize to the Hub API, include your auth token in the request header as:: Authorization: Token Your auth token can be retrieved by navigating to `Tokens` in the left nav menu in the Web UI. API Paths and Methods ##################### .. openapi:: evonhub_api.yaml :examples: :group: