Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

19 total results found

Admin Panel

Documentation about Admin Panel

B2B API

Info About B2B API endpoints

B2C API

Info bout B2C API endpoints

Lines

Info Lines Section

Intoroduction

Lines

zxczxcz xcaqsdasd asd qweqweqwe

Line Actions

Lines

Renew line

Lines Line Actions

What is Lorem Ipsum? Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specime...

Subscriptions

In this section you will find information about the endpoints for subscription management, available in our B2B API

B2B
Subscriptions
Lines

Authentication and Profile

B2B
User Profile

Authentication

Authentication and Profile

Authentication Header X-Api-Key - contains token provided by the Panel Admin that would allow API Access in general Header X-Auth-User - contains token that would identify a specific user (Reseller/Admin), provided by the user himself See our tutorial o...

Error responses

Authentication and Profile

Error responses examples { "error": "Insufficient credits balance", "rid": "fewh54326htrged" } { "error": "Need at least \d+ credits to create trial line", "rid": "hgrDrh54dghhj" } { "error": "Transaction already processed", ...

User Info Edpoints

Authentication and Profile

GET /ext/profile Response { "name": "Larry", // other stuff "credits": 10500 }

All Endpoints - EXAMPLE ALL IN ONE

Subscriptions

POST /ext/line/create v2.0.9-2 - updated available request body params - include bouquets list POST BODY { "username": "larry_line", "password": "12345", "package": 107, "reseller_notes": "larry's home line", "bouquets": [2] "r...

Create and Renew Enpoints - EXAMPLE SEPARATE PAGES

Subscriptions

POST /ext/line/create v2.0.9-2 - updated available request body params - include bouquets list POST BODY { "username": "larry_line", "password": "12345", "package": 107, "reseller_notes": "larry's home line", "bouquets": [2] "r...

Edit Endpoints - EXAMPLE SEPARATE PAGES

Subscriptions

POST /ext/line/{{line-uuid}}/enable Set the status, of the selected line, to enabled Response { "line_id": "1734da33-9723-4df6-90d1-38dc589aa0ec" } POST /ext/line/{{line-uuid}}/disable Set the status, of the selected line, to disabled Respo...

Listing Endpoints - EXAMPLE SEPARATE PAGES

Subscriptions

GET /ext/line/find?username=&password= Required: username, password Response { "line_id": "1734da33-9723-4df6-90d1-38dc589aa0ec" }   New methods available after version: v1.1.22 (RC - v1.1.21-3)   GET /ext/lines List All Lines needed per...

Plugins

In this section you will find information about the plugins you can install in addition of you base 1-Stream system

Plugins
AutoBlock Plugin
Proxies Plugin
Reseller Panel Plugin
Statistics Plugin

Proxies plugin

Plugins
Proxies Plugin

Proxy Cases

Proxies plugin

The purpose of the Proxy Addon is to provide a bridge between client and server and to hide system's actual IPs. There is multiple ways to make use of the Addon.   Case 1 "1 Proxy in front of All Servers" The usual case is if you are willing to direct...