Quick Start Guide v2.4 Stable

All API requests require a valid API key passed in the `Authorization` header. Use the sandbox environment for testing before switching to production.

# Example Request
GET https://api.aevumzenth.com/v2/divisions/energy/smart-grid
Authorization: Bearer {YOUR_API_KEY}
Content-Type: application/json
# Response (200 OK)
{ "status": "active", "grid_capacity_mw": 842.5, "efficiency": 0.94, "last_sync": "2026-03-15T14:32:00Z" }
Authentication Flow

Aevum Zenth uses a hybrid auth model combining API keys for server-to-server communication and OAuth 2.0 for user-delegated access.

  • API Keys: Long-lived tokens for backend services. Never expose in client-side code.
  • OAuth 2.0: Required for accessing user-specific data across Healthcare, Finance, and Real Estate divisions.
  • Webhooks: Real-time event streaming with HMAC-S256 signature verification.
Environment Configuration Beta
Production api.aevumzenth.com
Sandbox sandbox-api.aevumzenth.com
GraphQL graph.aevumzenth.com/v2
Supported SDKs
Python Node.js Go Rust Java cURL
Generate API Key

Create a new key for your application. You'll be able to set scopes and environment restrictions.

Active Keys 2/5 slots used
Production Energy Dashboard Created: Mar 12, 2026 • Scopes: read:divisions, webhooks
Sandbox Logistics Sync Created: Feb 28, 2026 • Scopes: write:data

⚠️ Keys are only shown once during creation. Generate a new key if lost.

Reference Endpoints v2.4
Method Endpoint Description Status
GET /v2/divisions List all active division categories and metadata Live
GET /v2/energy/grid/{id} Retrieve real-time smart grid metrics and efficiency data Live
POST /v2/logistics/freight Submit autonomous freight routing requests Live
PUT /v2/healthcare/patients/{id}/vitals Update precision medicine telemetry (OAuth required) Beta
GET /v2/aerospace/orbits Query satellite constellation positions and downlink status Live
DELETE /v2/webhooks/{id} Remove registered event subscription Dep.
Rate Limits & Quotas Standard Tier

API access is governed by tiered rate limiting to ensure global infrastructure stability. Enterprise plans unlock dedicated throughput.

1,000
Requests / Minute
500
Concurrent Connections
150 GB
Data Transfer / Month
50
Webhook Subscriptions

⚠️ Limit Exceeded (429)

When limits are reached, the API returns a `429 Too Many Requests` response with a `Retry-After` header. Implement exponential backoff with jitter in your retry logic.

Message here
"}