i9Networki9developers
DEVELOPERS

Build on i9Network

Automate subscriber management, billing, provisioning, and network operations. Test everything in the sandbox, then request production access.

Create a subscriber (sandbox)
curl -X POST "https://sandbox-api.i9network.com/v1/subscribers" \
  -H "Authorization: Bearer $I9_SANDBOX_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"name":"Acme Broadband","plan_id":"plan_fiber_100"}'

The developer journey

  1. 1

    Read the docs

  2. 2

    Create an account

  3. 3

    Create an organization & app

  4. 4

    Select API products

  5. 5

    Get sandbox credentials

  6. 6

    Test in the sandbox

  7. 7

    Request production access

  8. 8

    Receive production credentials

Core concepts

Authentication

Bearer tokens and OAuth scopes scoped to the API products your app needs.

Sandbox

A full, isolated environment at sandbox-api.i9network.com to test safely.

Rate limits

Predictable per-app limits with clear headers and pagination.

Webhooks

Subscribe to events, verify signatures, and replay failed deliveries.

Security

Idempotency, secret rotation, IP allow-listing, and least-privilege scopes.

Guides & SDKs

Step-by-step integration guides and code samples in six languages.

Base URLs

Sandbox

https://sandbox-api.i9network.com

Production

https://api.i9network.com