API Gateway

Internal service · v3
Operational

This endpoint serves the backend API. All requests must be authenticated and are subject to rate limiting. Public browsing is not available.

Endpoints

GET/api/v3/statusService health
GET/api/v3/dataFetch resources
POST/api/v3/eventsSubmit events

Example

GET /api/v3/status HTTP/1.1
Host: ru.bynanban.xyz
Authorization: Bearer <token>

200 OK
{ "status": "ok", "version": "3.0" }

Authentication tokens are issued to registered clients only. Contact your administrator for access credentials.