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": "admin_message",
  "id": "2001",
  "created_at": 1401916877,
  "message_type": "email",
  "subject" : "Hey",
  "body" : "An important message",
  "template": "plain",
  "owner": {
    "email": "wash@serenity.io",
    "id": "25",
    "name": "Wash",
    "type": "admin"
  }
}