i9Networki9developers
Get a token →
Production — samples and Send target the live API (api.i9network.com) with your real credentials. Credentials stay in your browser; the token is never saved to disk.
API PLAYGROUND

Every API, live

Not just docs — a working console. Set your credentials in the bar above, pick a service, and send real requests to sandbox or production without leaving the page. Every endpoint, schema, and response, in one place.

New here? Log in once to get an access token, then paste it into the bar above.Authentication

Auth Service

IAM control plane: Casbin policy + role seed, forward-auth, JWT lifecycle, MFA/passkey/biometric factors, sessions and devices, JIT elevations, subscriber-portal auth, and the audit publisher.

Open

Tenant Service

Tenant hierarchy, provider bindings (SMS/mail/KYC/e-sign/storage/messaging), KYC policy and verification, branding/theme, device registry, media library, and system-level credentials/gateway management.

Open

Tenant User Service

Tenant-scoped user identity service — domain user CRUD, org hierarchy (departments/teams, org-units), self-service /me profile and field-engineer shift lifecycle, tenant-admin invitation onboarding, and per-user preferences.

Open

Subscriber Service

Subscriber lifecycle service — subscribers, broadband + hotspot subscriptions, KYC, vouchers, eCAF/agreements, RADIUS config, and the subscriber self-care portal. Serves BOTH operator routes and subscriber-portal routes; both rejoin the platform's APISIX forward-auth to auth-service, which mints the X-Service-Token this service verifies via common ValidateServiceToken (see per-op Security).

Open

Plan Service API

Catalog and pricing service — products, plans, promotions, coupons, rating rules, tax rates, NAS vendor dictionaries, and bandwidth templates.

Open

Billing Service

Invoicing, payments, subscriptions, ledger, wallet, credit policy, tax/GST compliance, and revenue-analytics dashboard service — the platform's system of record for money movement.

Open

i9 Inventory Service API

Inventory, asset lifecycle, and warehouse/stock management service — vendors, HSN codes, product templates, goods-receipt (inward), stock movements, and serialized asset tracking.

Open

OLT Manager Service

Go rewrite of the OLT management surface — SNMP polling, ONT lifecycle, sync orchestration, chassis state, alarms, telemetry, CLI/SSH exec for OLT devices. Owns the legacy `/api/v1/olt/...` URL contract.

Open

Ticket Service

Ticket lifecycle, workflow, and field-execution service — tickets, messages, appointments, checklists, installation QC, job transfers, and configurable lifecycle workflows.

Open

Lead Service

Lead intake and pipeline service — captures leads from all sources (onboarding drop-offs, web forms, partners, campaigns) into the platform-default pipeline.

Open

KYC Service

KYC verification, business-identity verification (GSTIN/CIN/Udyam), and per-subscriber document management — strangler-split out of subscriber-service. Owns provider gateway calls (Cashfree), DigiLocker/Aadhaar-OTP flows, KYC document storage + binding, and the KYC-cost dashboard.

Open

ACS Service

Auto-Configuration Server — TR-069/CWMP and TR-369/USP device management (provisioning, tasks, parameters, diagnostics, WiFi/VoIP/QoE intelligence, firmware/config-rule campaigns, alerting, anomaly detection). Two HTTP surfaces: the management API documented here (BasePath below, JWT/cookie via APISIX forward-auth) and a separate CWMP device-facing port with its own per-device auth — see the two `/tr069/*` operations for details, they are NOT under this BasePath.

Open

GIS Service

Network asset geo-map service — feature ingestion + spatial query/cluster read surface for the map UI.

Open

License Service

License, entitlement, and metered-wallet service — SKU catalog, license issuance/lifecycle, on-prem installation enrollment (mTLS + JWS), per-tenant token wallet metering, and TRAI/audit compliance exports.

Open

Audit Log Service

Tenant-scoped audit log ingestion, query, export, anomaly-issue, and dashboard-metrics API.

Open

Captive Portal Service

Captive-portal / hotspot login flow — NAS session bring-up, redirector-token and voucher/OTP subscriber authentication, per-tenant portal page config, and hotspot funnel dashboard widgets.

Open

Radius Event Manager Service

Owns RADIUS accounting (radAcct) read APIs, session disconnect (CoA), live-session SSE, and the RADIUS dashboard/usage surfaces consumed by the admin dashboard.

Open

Redirector Service

Captive-portal redirector — generates HMAC-signed portal URLs from NAS redirects and hosts its own Swagger docs. BasePath is "/" (not "/api/v1") because most routes are unprefixed; see @Router on each op for the real path.

Open

Notification Service

Multi-channel (SMS/email/WhatsApp/push) notification and messaging-template service — template lifecycle, seed cloning, DLT/WhatsApp submission workflows, and per-subscriber send results.

Open

Next steps