⚡ Quick Start
Base URLs
Production: https://api.aevumzenth.com/v1
Sandbox: https://sandbox.api.aevumzenth.com/v1
All endpoints return JSON. Errors follow RFC 7807 Problem Details specification.
Request Format
🔐 Authentication
Generate API Key
Navigate to your Developer Dashboard under Settings > API Keys. Create a new key with granular scope permissions.
Attach Bearer Token
Include your key in the `Authorization` header for every request. Keys are scoped to specific divisions and environments.
Handle 401/403
Missing or expired tokens return `401 Unauthorized`. Insufficient scopes return `403 Forbidden`. Rotate keys quarterly via dashboard or `POST /auth/rotate`.
Token Scopes
division:read - Access division metadata
data:sync - Pull operational datasets
analytics:write - Push telemetry/metrics
admin:full - Full management access (Enterprise only)
🌐 Core Endpoints
📦 Official SDKs & Tools
Python
pip install aevum-zenth-sdk
Asyncio support, auto-pagination, retry logic, and type hints via Pydantic models.
Node.js / TypeScript
npm install @aevumzenth/api
Full TS definitions, streaming webhooks, and built-in OpenAPI client generation.
Go
go get github.com/aevumzenth/go-sdk
High-performance concurrency, context-aware requests, and gRPC fallback support.
Rust
cargo add aevum-zenth
Zero-cost abstractions, serde integration, and Tokio runtime optimized.
Postman Collection
Import the official collection for rapid testing and environment switching.
Download .json →GraphQL Gateway
Query multiple divisions in a single request. Federation v2 compliant.
Open Sandbox →⏱️ Rate Limits & Tiers
| Tier | Requests / min | Concurrency | Webhook Limits | Burst Allowance |
|---|---|---|---|---|
| Developer | 60 | 2 | 1 endpoint | None |
| Pro | 1,000 | 10 | 5 endpoints | 150 req/min (1 min) |
| Enterprise | Unlimited | Custom | Unlimited | Dedicated queues |
⚠️ Exceeding limits returns 429 Too Many Requests. Retry-After header is included in responses.
💬 Developer Support
Community & Docs
Join 12,000+ developers building on Aevum Zenth infrastructure. Access interactive tutorials, changelogs, and architecture guides.
Direct Support
Enterprise clients receive dedicated Slack channels, 24/7 API engineers, and SLA-backed incident response.
🕒 Status: Operational | Uptime: 99.99%