v2 API

clientName will be the subdomain of your dashboard. It will be assigned to you.

Create Order

POST https://clientName.statclients.com/v2/api/order/create

Path Parameters

Name
Type
Description

Authorization

string

Basic <Base 64 Encoded "username:password">

Request Body

Name
Type
Description

quantity

integer

username

string

lower case characters / numbers / special characters

password

string

type

string

date

string

YYYY-MM-DD

description

string

{"response" : "succcess", "message": "the order has been sent to the queue. Check your dashboard to view the status of your order"}

Edit Order

POST https://clientName.statclients.com/v2/api/order/edit

Path Parameters

Name
Type
Description

Authorization

string

Basic <Base 64 Encoded "username:password">

Request Body

Name
Type
Description

username

string

date

string

YYYY-MM-DD

{"response" : "succcess" }

Delete Order

DELETE https://clientName.statclients.com/v2/api/order/delete

Path Parameters

Name
Type
Description

Authorization

string

Basic <Base 64 Encoded "username:password">

Request Body

Name
Type
Description

username

string

type

string

{"response" : "succcess" }

Fetch Available Proxies

GET https://clientName.statclients.com/v2/api/availableproxies

Path Parameters

Name
Type
Description

Authorization

string

Basic <Base 64 Encoded "username:password">

Request Body

Name
Type
Description

type

string

{"availible" : 1000 }

Fetch User Proxies

GET https://clientName.statclients.com/v2/api/proxies/:type

Path Parameters

Name
Type
Description

Authorization

string

Basic <Base 64 Encoded "username:password">

Request Body

Name
Type
Description

username

string

{
"username" : "user",
"password" :"password",
"quantity" : 25,
"expiration" : "1/1/21",
"description: "",
"proxies": ["ip:port:username:password"]

  }

Interested in a demo? Visit https://demo.statclients.com/ & open a ticket in our client server

Last updated

Was this helpful?