Skip to main content
Tartarus APIs require authentication to ensure secure access. Authentication is handled via an API Key, which must be included in every request. To authenticate, add the following to request’s header

Sample Request

For listing config_definitions, with query parameters:

Interactive API Testing with Swagger

Tartarus comes with Swagger UI to explore and test API endpoints. Authentication can be done in the UI, thus requiring less effort. Visit http://localhost:8000/docs after starting your Tartarus server.