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

{
    "id": 2,
    "display": "Nicholas Fury",
    "name": "Nicholas Fury",
    "title": "Commander",
    "phone": "",
    "email": "fury@shield.com",
    "address": "",
    "description": "",
    "comments": "",
    "tags": [],
    "created": "2022-03-04T22:27:11.891000Z",
    "updated": "2022-03-04T22:27:11.891000Z"
}