Build on i9Network
Automate subscriber management, billing, provisioning, and network operations — and call every endpoint live from your browser, in sandbox or production, before you write a line of code.
# Call any endpoint through the gateway with your token + tenant id
curl "https://api.i9network.com/api/v1/subscriber/subscribers?limit=5" \
-H "Authorization: Bearer $TOKEN" \
-H "X-Tenant-ID: system"The developer journey
- 1
Read the docs
- 2
Create an account
- 3
Create an organization & app
- 4
Pick your API products
- 5
Get your credentials
- 6
Try it live in the playground
- 7
Request production access
- 8
Go to production
Core concepts
Authentication
Log in for an access token, then send Authorization: Bearer + X-Tenant-ID on every call.
Required headers
The gateway needs your bearer token and a single X-Tenant-ID on every authenticated request.
Response envelope
Every response is wrapped the same way — your payload is always under .data.
Token lifecycle
Access tokens last ~15 minutes; refresh or log in again on a 401.
Interactive playground
Set your credentials once and call any endpoint live — in sandbox or production.
Errors & gotchas
Common gateway errors and status conventions, with the fix for each.
On the roadmap: webhooks, published rate-limit headers, and official SDKs.

