High-throughput REST infrastructure for enterprise integrations. Sub-10ms latency, 99.97% uptime SLA, full OpenAPI 3.1 compliance.
# Authenticate curl -X POST https://api.nexus-gw.io/v3/auth/token \ -H "Content-Type: application/json" \ -d '{"client_id":"YOUR_ID","client_secret":"YOUR_SECRET"}' # Fetch data curl https://api.nexus-gw.io/v3/data/records \ -H "Authorization: Bearer <token>"
{
"status": "ok",
"data": [
{
"id": "rec_9f2a1b",
"created_at": "2025-04-20T09:14:22Z",
"payload": { ... }
}
],
"meta": {
"total": 1482,
"page": 1,
"per_page": 50
}
}
X-API-Key header — for server-to-server only