API Reference
The Logit.io Developer API provides endpoints for account management, stacks, log management, infrastructure metrics, ingestion statistics, and profile/API keys.
Interactive Reference
View the full interactive API reference in the Logit.io Dashboard:
Open API Reference (dashboard.logit.io) (opens in a new tab)
You must be logged in to access the interactive reference. It includes request/response schemas, examples, and an "Authorize" option to try requests with your API key.
OpenAPI Schema
The API is described by an OpenAPI 3.0 specification. Use the schema URL for code generation, documentation tooling, or API clients:
https://dashboard.logit.io/api/reference/v1/logit-api-schema.jsonTo generate a typed client, see Generating Clients.
Base URL and Authentication
- Base URL:
https://dashboard.logit.io - Authentication: All endpoints require the
x-api-keyheader with your Logit.io API user key. Get your key from the Profile (opens in a new tab) page; see Authentication for setup and security.
API Tags
| Tag | Description |
|---|---|
| Me | Profile and API keys |
| Account | Account settings, users, teams, invoices, stacks |
| Stacks | Stack operations (overview, connection details, statistics, audit log, alerting enable/disable/status) |
| Ingestion | Ingestion statistics for logs, metrics, and spans |
| Log Management | Pipeline config, security, diagnostics, upgrades, alert rules |
| Infrastructure Metrics | AlertManager configuration and metrics alert rules |
Related Guides
- Getting Started — Make your first API request
- Authentication — API key setup and security
- Profile and API Keys via API — Profile, create/revoke keys, proxy credentials
- Account Management via API — Accounts, users, teams, settings, invoices
- Managing Stacks via API — List stacks, connection details, upgrades
- Ingestion Statistics via API — Ingestion events, history, latency, metrics, spans
- Alerting via API — Enable, configure, and manage alerts
- Pipeline Configuration via API — Logstash pipeline management
- Security and Diagnostics via API — Firewall rules, diagnostic logs