Developer API
API Reference

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.json

To generate a typed client, see Generating Clients.

Base URL and Authentication

  • Base URL: https://dashboard.logit.io
  • Authentication: All endpoints require the x-api-key header 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

TagDescription
MeProfile and API keys
AccountAccount settings, users, teams, invoices, stacks
StacksStack operations (overview, connection details, statistics, audit log, alerting enable/disable/status)
IngestionIngestion statistics for logs, metrics, and spans
Log ManagementPipeline config, security, diagnostics, upgrades, alert rules
Infrastructure MetricsAlertManager configuration and metrics alert rules

Related Guides