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

{
    "name": "Sample URL",
    "description": "A sample Integration URL",
    "enabled": true,
    "markup": "http://www.example.com/name={{customer.name | url_encode}}",
    "rendered": "http://www.example.com/name=Andrew",
    "created_at": "2012-05-02T21:38:48Z",
    "updated_at": "2012-05-02T21:38:48Z",
    "_links": {
        "self": {
            "href": "/api/v2/integration_urls/1",
            "class": "integration_url"
        }
    }
}
