Authentication

Learn how to authenticate with the Missinglettr API

The Missinglettr API uses API keys for authentication. Every request must include your API key in the Authorization header.

Getting Your API Key

  1. Sign up for a Missinglettr API account
  2. Navigate to Settings → API Keys
  3. Click Generate New Key
  4. Copy your API key (starts with ml_live_)
Your API key is shown only once. Store it securely!

Making Authenticated Requests

Include your API key in the Authorization header:

Authorization: Api-Key ml_live_abc123def456...

Example Request

curl https://api.missinglettr-api.com/v1/workspaces/ \
  -H "Authorization: Api-Key ml_live_abc123def456..."

API Key Best Practices

  • Keep keys secret: Never expose in client-side code or public repositories
  • Use environment variables: Store keys in MISSINGLETTR_API_KEY
  • Rotate regularly: Regenerate keys periodically
  • Separate environments: Use different keys for dev/staging/production

Rate Limiting

API requests are rate limited based on your plan:

PlanRequests/HourPosts/Month
Free100500
Pro2,00010,000
EnterpriseUnlimitedUnlimited