Skip to content
elasticweb.org edited this page Oct 21, 2015 · 3 revisions

Get all accounts

GET /api/account/list

Response JSON

{
  "status":true,
  "data":[
    {
      "id":999,
      "status":1,
      "ip_address":"176.31.116.184",
      "server_name":"Yellow",
      "server_id":3
    }
  ],
  "references":{
    "servers":[
      {
        "server_id":3,
        "name":"Yellow",
        "host":"yellow.elastictech.org",
        "ip_address":"176.31.116.184",
        "information":"France. PHP 5.6 \/ MySQL (MariaDB 10) :: 96 GB RAM | 2x Intel Xeon E5606"
      }
    ]
  }
}
Clone this wiki locally