Files
Download or import the API contract.
| Artifact | Use it for | Link |
|---|---|---|
| OpenAPI YAML | Generate clients, inspect schemas, or import into Swagger-compatible tools. | Download openapi.yaml |
| Postman collection | Send example requests for every supported event family after setting base_url and api_key. | Download Postman collection |
| Written HTTP guide | Read payload guidance, authentication, rate-limit behavior, and validation responses. | Read HTTP API docs |
| Metrics reference | Choose 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.