Skip to content

Authentication

All API requests will require authentication using Bearer tokens.

Getting Your API Key (Q2 2026)

When the platform launches:

  1. Register at dashboard.airchain.ng/register (coming soon)
  2. Login and navigate to Settings → API Keys
  3. Click "Generate New API Key"
  4. Copy and securely store your key

Using Your API Key

Include in the Authorization header:

curl -H "Authorization: Bearer YOUR_API_KEY" \
  https://api.airchain.ng/v1/sensors

Key Management

  • Keys expire after 90 days
  • Rotate keys before expiration
  • Delete compromised keys immediately
  • Never commit keys to version control

Rate Limits (Q2 2026)

When launched: - Free tier: 100 requests/day - Premium tier: 10,000 requests/day (Q4 2026)

View all endpoints →