Skip to content

REST API

LogCraft exposes a REST API for integrating with external tools and automation.

The API documentation is served from the LogCraft server itself. Two interfaces are available, both describing the same API:

InterfaceURLBest for
Swagger UIhttps://LOGCRAFT_SERVER/api/docsTrying out API calls interactively.
ReDochttps://LOGCRAFT_SERVER/api/redocBrowsing endpoints and response shapes.

The OpenAPI specification is available at https://LOGCRAFT_SERVER/api/openapi.json.

All endpoints are accessed over HTTPS and require valid authentication credentials.