GET /api/messaging/contacts/1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 1,
    "display": "Tony Stark",
    "name": "Tony Stark",
    "title": "CEO",
    "phone": "",
    "email": "tony@stark.com",
    "address": "",
    "description": "",
    "comments": "",
    "tags": [],
    "created": "2022-03-04T22:25:51.965000Z",
    "updated": "2022-03-04T22:25:51.965000Z"
}