GET /api/lists/

Sample Request
curl -X GET
  -H 'accept: application/json'
  -H 'api-version: 1'
  -H 'authorization: Bearer '
Sample Response
{
    "status": "OK",
    "data": {
        "list": {
            "id": "191",
            "name": "MyVast",
            "networkId": "1",
            "list_items_counter": "1290",
            "created": "2016-05-05 03:14:17",
            "updated": "2016-05-05 03:14:17"
        }
    }
}