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

8 total results found

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...

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...