Documentation / API reference

Explore the Logister ingestion API with Swagger or Postman.

The written HTTP guide explains how to think about events. This page exposes the machine-readable API contract for developers building custom clients, scripts, workers, and unsupported-runtime integrations.

Files

Download or import the API contract.

ArtifactUse it forLink
OpenAPI YAMLGenerate clients, inspect schemas, or import into Swagger-compatible tools.Download openapi.yaml
Postman collectionSend example requests for every supported event family after setting base_url and api_key.Download Postman collection
Written HTTP guideRead payload guidance, authentication, rate-limit behavior, and validation responses.Read HTTP API docs
Metrics referenceChoose what fields to collect and understand what Logister can report on.Read metrics reference

Swagger UI

Interactive API reference.

Swagger UI loads the same /openapi.yaml file linked above. Use the authorize control with a project API token, then try requests against your configured server.

Next steps

Use Manual / HTTP API when creating a custom-client project.

When creating a project in Logister for an unsupported runtime, choose Manual / HTTP API. The project settings page links back here and to the written HTTP guide so developers can start from cURL, Swagger, or Postman.