711proxy EAPI
  1. EAPI
711proxy EAPI
  • EAPI
    • GET TOKEN
      POST
    • GET Enterprise Balance
      GET
    • Create Order
      POST
    • GET ORDER STATUS
      GET
    • Apply Restitution Order
      POST
    • Change UserPass Status
      POST
    • Create Allocation Order
      POST
    • Whitelist
      POST
    • WhitelistInfo
      POST
    • Statement
      POST
  1. EAPI

Whitelist

POST
/eapi/whitelist/

Request

Header Params
Authorization
string 
optional
Token
Example:
Bearer {{Token}}
Body Params application/json
action
string 
required
add, del
whitelist
string 
required
ip
flow_top
string 
required
flow_top
Example
{
    "whitelist": "1.1.1.1",
    "action": "add",
    "flow_top": "0,MB"
}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://server.711proxy.com/eapi/whitelist/' \
--header 'Authorization: Bearer {{Token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
    "whitelist": "1.1.1.1",
    "action": "add",
    "flow_top": "0,MB"
}'

Responses

🟢200
application/json
Body
object {0}
Example
{}
Previous
Create Allocation Order
Next
WhitelistInfo
Built with