Routes, rate limiting, authentication, and request logging
| Path | Method | Backend | Auth | Rate Limit | Latency | Calls/24h | Error Rate | Status | |
|---|---|---|---|---|---|---|---|---|---|
| /api/v1/contacts | GET | crm-service | API Key | 1,000/min | 45ms | 12,450 | 0.1% | Active | |
| /api/v1/events | GET | events-service | API Key | 2,000/min | 28ms | 8,200 | 0% | Active | |
| /api/v1/transactions | GET | finance-service | OAuth 2.0 | 500/min | 62ms | 3,400 | 0.2% | Active | |
| /api/v1/predictions | POST | ml-service | Bearer | 100/min | 180ms | 1,890 | 0.5% | Active | |
| /api/v1/segments | GET | analytics-service | API Key | 500/min | 95ms | 560 | 0% | Active | |
| /graphql | POST | graphql-gateway | Bearer | 1,000/min | 120ms | 2,100 | 0.3% | Active | |
| /api/v1/iot/telemetry | POST | iot-service | mTLS | 5,000/min | 12ms | 45,600 | 0% | Active | |
| /api/v1/kyc/verify | POST | kyc-service | OAuth 2.0 | 200/min | 340ms | 890 | 0.8% | Active | |
| /api/v1/reports | GET | reports-service | API Key | 100/min | 220ms | 420 | 0.1% | Active | |
| /api/v2/contacts | GET | crm-service-v2 | OAuth 2.0 | 2,000/min | 32ms | 320 | 0% | Beta |