Data APIs & Integration Hub
Access Aevum Zenth's unified enterprise data pipeline. Stream real-time telemetry, energy grid metrics, financial market feeds, and cross-divisional IoT data through our globally distributed API edge network.
/v1/). Legacy /v0/ endpoints are deprecated and will sunset on Q4 2026.
Authentication
Aevum Zenth APIs support three authentication methods. Enterprise clients are required to use mTLS or OAuth 2.0.
| Header | Required | Description |
|---|---|---|
Authorization | Yes | Bearer token or API key |
X-AZ-Division | Yes | Target division scope (e.g., energy, finance) |
X-Request-ID | Optional | Trace ID for debugging & support |
Idempotency-Key | POST only | Prevents duplicate mutations |
Energy & Grid Division
Real-time access to power generation metrics, grid stability indices, and renewable output telemetry across 28 national grids.
IoT & Telemetry Ingestion
Rate Limits & Tiers
API access is tiered based on contract scope. Enterprise and Conglomerate tiers include dedicated edge routing and priority support.
| Tier | Requests/min | WebSocket Limits | Support |
|---|---|---|---|
| Developer | 120 | 1 concurrent | Community / Docs |
| Scale | 2,400 | 5 concurrent | Email / Priority |
| Enterprise | 24,000 | 50 concurrent | Dedicated TAM |
| Conglomerate | Unlimited | Custom | 24/7 Engineering |
Official SDKs
Native client libraries with built-in retry logic, rate limit handling, and division scoping.
pip install aevum-zenth-sdk
npm install @aevumzenth/api
go get github.com/aevumzenth/go-sdk
cargo add aevum-zenth
Error Handling
Standard HTTP status codes are used. Detailed error payloads include machine-readable codes for automated handling.
| Code | HTTP | Description |
|---|---|---|
AZ_AUTH_INVALID | 401 | Missing or expired token |
AZ_DIVISION_BLOCKED | 403 | Key lacks division scope |
AZ_RATE_LIMITED | 429 | Exceeded tier quota |
AZ_PAYLOAD_EXCEEDED | 413 | Request body too large |
AZ_INTERNAL | 500 | Upstream division service error |
details arrays. Always inspect X-AZ-Trace-ID when filing support tickets.