Skip to main content
Every request to the Sleuth Intel API must include your API key in the Authorization header. Your key is tied to your account tier, so the endpoints and rate limits available to you reflect your current subscription.

Get Your API Key

  1. Sign in at sleuthintel.io.
  2. Open Account Settings.
  3. Copy your API key from the API section.
Your API key is scoped to your account tier. Endpoints and rate limits are determined by the plan associated with your key — not by any per-request parameter.

Pass the Key in Your Request

Include your key as a Bearer token in the Authorization header on every request:
Never commit your API key to source control. Treat it like a password — if it is exposed, regenerate it immediately from Account Settings.
Store your key in an environment variable such as SLEUTH_API_KEY and read it at runtime. This keeps it out of your codebase and makes key rotation straightforward.

Code Examples

Error Reference

401 — Missing or Invalid Key

403 — Tier Restriction

429 — Rate Limited