This endpoint serves the backend API. All requests must be authenticated and are subject to rate limiting. Public browsing is not available.
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.