GET /lead-types/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Cache-Control: max-age=86400
Content-Type: application/json
Expires: Sun, 02 Nov 2025 03:41:52 GMT
Vary: Accept

[
    {
        "id": 1,
        "background": "#63b7a8",
        "name": "Green",
        "order": 1,
        "value": "green"
    },
    {
        "id": 2,
        "background": "#eaa023",
        "name": "Orange",
        "order": 2,
        "value": "orange"
    },
    {
        "id": 3,
        "background": "#ee5551",
        "name": "Red",
        "order": 3,
        "value": "red"
    }
]