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: 1086
Connection: keep-alive

{
    "first_name": "John",
    "last_name": "Doe",
    "company": "ACME, Inc",
    "title": "Senior Ninja",
    "external_id": null,
    "background": "This guy can be a challenge to work with",
    "language": "en_us",
    "locked_until": null,
    "created_at": "2013-05-24T16:50:02Z",
    "updated_at": "2013-05-24T16:50:02Z",
    "custom_fields": {
        "level": "vip"
    },
    "emails": [
        {
            "type": "work",
            "value": "john@acme.com"
        },
        {
            "type": "home",
            "value": "john@home.com"
        }
    ],
    "phone_numbers": [
        {
            "type": "work",
            "value": "123-456-7890"
        }
    ],
    "addresses": [
        {
            "type": "work",
            "value": "123 Main St, San Francisco, CA 94105"
        }
    ],
    "_links": {
        "self": {
            "href": "/api/v2/customers/1",
            "class": "customer"
        },
        "cases": {
            "href": "/api/v2/customers/1/cases",
            "class": "case"
        },
        "locked_by": null
    }
}
