HTTP/1.1 200 OK
Cache-Control: max-age=0, private, must-revalidate
Content-Type: application/json; charset=utf-8
Status: 200 OK
Vary: X-AppVersion
X-AppVersion: 15.99
X-Frame-Options: SAMEORIGIN
X-Rack-Cache: invalidate, pass
X-Rate-Limit-Limit: 60
X-Rate-Limit-Remaining: 59
X-Rate-Limit-Reset: 17
X-Runtime: 0.241191
X-UA-Compatible: IE=Edge,chrome=1
Content-Length: 1383
Connection: keep-alive

{
    "first_name": "John",
    "last_name": "Doe",
    "company": null,
    "title": null,
    "external_id": null,
    "background": null,
    "language": "en_us",
    "locked_until": null,
    "created_at": "2013-07-11T19:28:25Z",
    "updated_at": "2013-07-11T19:28:25Z",
    "custom_fields": {
        "level": "vip"
    },
    "emails": [
        {
            "type": "work",
            "value": "john@acme.com"
        },
        {
            "type": "home",
            "value": "john@home.com"
        }
    ],
    "phone_numbers": [

    ],
    "addresses": [

    ],
    "_links": {
        "self": {
            "href": "/api/v2/customers/1",
            "class": "customer"
        },
        "cases": {
            "href": "/api/v2/customers/1/cases",
            "class": "case"
        },
        "locked_by": null
    }
}
