Getting Started
This quickstart walks you through making your first request to the Logit.io Developer API.
Prerequisites
- A Logit.io account (opens in a new tab)
- An API key from your Profile (opens in a new tab) (or create one via the Profile and API Keys API once you have a key)
Step 1: Create an API Key
- Log in to the Logit.io Dashboard (opens in a new tab).
- Go to Profile (opens in a new tab) and find the API Keys section.
- Create a new API key and copy it (it is only shown once). See Authentication for usage and security tips.
Step 2: Make Your First Request
Replace <your-dashboard-api-key> with your API key from the Profile (opens in a new tab) page (see Authentication for setup). Verify your setup by fetching your profile:
curl -H "x-api-key: @dashboardApiKey" https://dashboard.logit.io/api/me/profileA successful response returns your user profile and a summary of your API keys.
Next Steps
Core guides
- Authentication — API key security and usage
- Profile and API Keys via API — Get profile, create/revoke keys, proxy credentials
- API Reference — Interactive reference and OpenAPI schema
Automation & tooling
- Generating Clients — Generate a typed client from the OpenAPI schema
By feature
- Account Management — Accounts, users, teams, settings, invoices
- Managing Stacks — List stacks, connection details, statistics, audit log
- Ingestion Statistics — Ingestion events, history, latency, metrics, spans
- Alerting via API — Enable/disable alerting, Log and Metrics rules, AlertManager
- Pipeline Configuration — Logstash pipeline get, validate, apply, restart
- Security and Diagnostics — Firewall rules, diagnostic logs