Skip to content

10% deposit bonus. Apply on Add Funds.

· Lumen operators

Reseller API basics in ten minutes

POST key + action, JSON back. Services, add, status, balance.

API v2 is a POST to your panel origin with a key and an action. JSON comes back. The same wallet you fund in the UI is the balance the API spends.

Typical actions: services (catalog), add (place order), status (poll), and balance. Store the key on your server — never in a browser app you ship to customers.

Child panels sit on top of the same delivery. Your storefront takes the order; Lumen delivers. Read the API page after you sign in, then rotate the key if it was ever shared.

Open the live services catalog, check min / max / speed, paste a public link, and pay from wallet. See also reseller API and child panels or the FAQ.

Related guides

Back to guides