Developer API
Getting Started

Getting Started

This quickstart walks you through making your first request to the Logit.io Developer API.

Prerequisites

Step 1: Create an API Key

  1. Log in to the Logit.io Dashboard (opens in a new tab).
  2. Go to Profile (opens in a new tab) and find the API Keys section.
  3. 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/profile

A successful response returns your user profile and a summary of your API keys.

Next Steps

Core guides

Automation & tooling

By feature