GET /api_v1/message/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "pk": 21,
            "name": "Tax Update",
            "mesg_type": "A",
            "mesg_html": "Subscribers - We now collect sales tax, you may see this reflected on your next billing cycle.",
            "active": true,
            "updated_at": "2026-03-26T02:03:41.773135-04:00"
        }
    ]
}