Advanced Search
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
zxczxcz xcaqsdasd asd qweqweqwe
Line Actions
Renew line
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
Authentication and Profile
Authentication
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
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
GET /ext/profile Response { "name": "Larry", // other stuff "credits": 10500 }
All Endpoints - EXAMPLE ALL IN ONE
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
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
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
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
Proxies plugin
Proxy Cases
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...