HTTP/1.1 200 OK
Cache-Control: max-age=0, private, must-revalidate
Content-Type: application/json; charset=utf-8
Date: Mon, 25 Aug 2014 23:57:54 GMT
Server: nginx

{
  "type": "company.list",
  "total_count": 2,
  "companies": [
    {
      "type": "company",
      "id": "531ee472cce572a6ec000006",
      "name": "Blue Sun",
      "plan": {
        "type":"plan",
        "id":"1",
        "name":"Paid"
      },
      "company_id": "6",
      "remote_created_at": 1394531169,
      "created_at": 1394533506,
      "updated_at": 1396874658,
      "last_request_at": 1396874658,
      "monthly_spend": 49,
      "session_count": 26,
      "user_count": 10,
      "custom_attributes": {
        "paid_subscriber" : true,
        "team_mates": 0
      }
    },
    {
      "type": "company",
      "id": "654ee472cce572a6ec000006",
      "name": "Blue Moon",
      "plan": {
        "type":"plan",
        "id":"1",
        "name":"Paid"
      },
      "company_id": "7",
      "remote_created_at": 1394531180,
      "created_at": 1394533506,
      "updated_at": 1396874658,
      "last_request_at": 1396874658,
      "monthly_spend": 49,
      "session_count": 26,
      "user_count": 10,
      "custom_attributes": {
        "paid_subscriber" : true,
        "team_mates": 0
      }
    }
  ],
  "pages": {
    "page": 1,
    "per_page": 50,
    "total_pages": 1
  }
}