Authentication
All API requests will require authentication using Bearer tokens.
Getting Your API Key (Q2 2026)
When the platform launches:
- Register at dashboard.airchain.ng/register (coming soon)
- Login and navigate to Settings → API Keys
- Click "Generate New API Key"
- 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)