HTTP/1.1 200 OK
Accept-Ranges: bytes
Cache-Control: must-revalidate, private, max-age=0
Content-Type: application/json; charset=utf-8
Status: 200
X-Rate-Limit-Limit: 60
X-Rate-Limit-Remaining: 59
X-Rate-Limit-Reset: 2
Content-Length: 2012
Connection: keep-alive

{
    "total_entries": 2,
    "_links": {
        "self": {
            "href": "/api/v2/companies?page=1&per_page=30",
            "class": "page"
        },
        "first": {
            "href": "/api/v2/companies?page=1&per_page=30",
            "class": "page"
        },
        "last": {
            "href": "/api/v2/companies?page=1&per_page=30",
            "class": "page"
        },
        "next": null,
        "previous": null
    },
    "_embedded": {
        "entries": [
            {
                "name": "Acme Inc",
                "domains": [
                    "acmeinc.com",
                    "acmeinc.net"
                ],
                "created_at": "2013-05-24T16:50:02Z",
                "updated_at": "2013-05-24T16:50:02Z",
                "custom_fields": {
                    "employer_id": "123456789"
                },
                "_links": {
                    "self": {
                        "href": "/api/v2/companies/1",
                        "class": "company"
                    },
                    "customers": {
                        "href": "/api/v2/companies/1/customers",
                        "class": "customer"
                    }
                }
            },
            {
                "name": "Desk.com",
                "domains": [
                    "desk.com",
                    "salesforce.com"
                ],
                "created_at": "2013-05-24T16:50:02Z",
                "updated_at": "2013-05-24T16:50:02Z",
                "custom_fields": {
                    "employer_id": "123456789"
                },
                "_links": {
                    "self": {
                        "href": "/api/v2/companies/2",
                        "class": "company"
                    },
                    "customers": {
                        "href": "/api/v2/companies/2/customers",
                        "class": "customer"
                    }
                }
            }
        ]
    }
}
