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

GET TOKEN

POST
/eapi/token/
EAPI

Request

Body Params application/json
passwd
string 
required
password
username
string 
required
username
Example
{
    "passwd": "yourpasswd",
    "username": "youremail"
}

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/token/' \
--header 'Content-Type: application/json' \
--data-raw '{
    "passwd": "yourpasswd",
    "username": "youremail"
}'

Responses

🟢200
*/*
results.token: token
Body
code
integer 
optional
Status code
message
string 
optional
Information
results
optional
results
Example
{
    "code": 0,
    "message": "string",
    "results": null
}
Next
GET Enterprise Balance
Built with