Skip to content

API resource map

The public API is organized around the resources below. Use this page to find the business capability you need, then open the generated API Reference for the exact request fields, permissions, and response schema.

ResourceWhat it coversTypical integration use
AuthorizationSign-up, password login and recovery, Google login, and JWT refreshCreate an interactive customer session or renew an expiring access token
ProfileCurrent-account details, password changes, and two-factor authenticationBuild account settings and security controls
API KeysList, create, and revoke static keysAuthenticate a trusted backend without storing a user’s password
SessionsList and revoke authenticated sessionsLet a customer review active access and sign out another device

Use JWT bearer authentication for an interactive session. Use a static key for a trusted server-to-server integration. The complete header formats and security guidance are in API fundamentals.

ResourceWhat it coversTypical integration use
UsersReseller-managed sub-users, passwords, orders, and byte additions or subtractionsProvision a customer and enforce its allocated data limit
OrdersPurchased or assigned package access and credential resetDisplay active access and rotate proxy credentials
PackagesAvailable products and commission informationBuild a sellable catalog from the deployment’s current configuration
LocationsContinents, countries, regions, cities, ASNs, and ISPsPopulate targeting controls without hard-coding inventory
ProxiesGenerate proxy access for a package and requested quantityReturn connection data after validating product and targeting choices

Package, order, and location identifiers belong to the same deployment context. Keep explicit mappings in a headless integration and refresh dependent location choices when the package changes. See catalog, locations, and proxy generation and users and data lifecycle.

ResourceWhat it coversTypical integration use
AnalyticsOverall traffic, active connections, top domains, request feed, proxy logs, and data transactionsBuild usage views, investigate incidents, and reconcile a closed reporting window
WebhooksRegister, inspect, and remove event destinationsUpdate a local projection when platform events are delivered

Webhooks are a notification channel, not the sole source for billing totals. Deduplicate deliveries and reconcile with durable resource state and analytics. Start with analytics and reconciliation and webhooks.

ResourceWhat it coversTypical integration use
InvoicesCreate and list invoices, inspect status, obtain a payment link, and download a PDFRun the built-in purchase and payment flow
CouponsValidate discounts; administrative accounts can manage coupons and inspect redemptionsPreview a discounted price before creating an invoice
RewardsList and claim eligible account rewardsApply earned balance or data after eligibility checks
AffiliatesReferred customers, reward entries, and earnings over timeBuild an affiliate dashboard for an eligible account

These resources have account- and role-dependent visibility. Read billing, coupons, and growth before connecting them to checkout or a customer balance.

The Settings and News resources keep a customer application aligned with deployment-specific values and announcements.

Settings

Returns the authenticated account’s gateway addresses, usage totals, referral thresholds, and supported crypto currencies. Use it as runtime deployment data rather than hard-coding those values in a client.

News

Returns customer-facing announcements and product updates ordered from newest to oldest. Treat it as optional presentation content, not a control signal for automated provisioning.

Your application should remain authoritative for its own customer IDs, product SKUs, checkout state, and retry history. Store ProxyRequest IDs as mappings, preserve request context in your logs, and expose only the capabilities returned to the authenticated account.

Download the exact machine-readable contract from OpenAPI YAML or browse all operations in the API Reference.