GET /core/flatpages/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

[
    {
        "id": 1,
        "url": "/privacy-policy/",
        "title": "Privacy Policy"
    },
    {
        "id": 2,
        "url": "/terms-and-conditions/",
        "title": "Terms and Conditions"
    }
]