MileIntelMileIntel.
Help Center
Web

API Keys

Generate and manage API keys for programmatic access to your MileIntel data — available on the Black tier.

Overview

API keys let you access your MileIntel data programmatically. Build custom integrations, pull wallet balances into spreadsheets, or connect MileIntel to your own tools. API access is available exclusively on the Black tier ($49/mo).

How to Generate a Key

  1. Go to Settings > Developer > API Keys.
  2. Click Generate New Key.
  3. Name the key (e.g., "Spreadsheet Integration" or "Personal Script").
  4. Set permissions — choose which data the key can access (wallet, trips, alerts, or all).
  5. Click Create.
  6. Copy the key immediately. It's shown once and cannot be retrieved later.

Using Your Key

Include the API key in the Authorization header of your requests:

Authorization: Bearer your-api-key-here

The API base URL is https://api.mileintel.com/api/v1/. Endpoints mirror the data you see in the app — trips, wallet, alerts, findings.

Managing Keys

  • View all active keys in Settings > Developer > API Keys.
  • Revoke a key instantly by clicking the trash icon. Revoked keys stop working immediately.
  • Rename keys to keep track of what each one is used for.
  • You can have up to 5 active keys at a time.

Key Details

  • API keys are scoped to your account. They can only access your data (not other users').
  • Rate limit: 100 requests per minute per key.
  • Keys don't expire automatically, but you should rotate them periodically for security.

Tips

  1. Create separate keys for separate integrations. If one is compromised, you can revoke it without disrupting the others.

Last updated March 22, 2026

Was this helpful?

Still need help?

Our support team typically responds within one business day.

Contact Support