We recommend tools such as Postman or ApiDog for development and testing.
POST https://api.kpaehs.com/v1/acknowledgments.list { "token": "MY_TOKEN", "pretty": true }
{ "ok": true, "acknowledgments": [ { "name": "Box knives without a safety tip are not authorized for use.", "created": 1476718840515, "author_id": "5804f0f30ef50473af5870c6", "specificEmployees_id": [], "fieldOffices_id": [], "linesOfBusiness_id": [], "jobTitles_id": [], "id": "5804f0f80ef50473af5877bc" }, { "name": "WARNING: Severe Weather In Your Area.", "created": 1476718640515, "author_id": "5804f0f30ef50473af587fff", "specificEmployees_id": [], "fieldOffices_id": [ "5802f0f80ef50473af587733" ], "linesOfBusiness_id": [], "jobTitles_id": [], "id": "5804f0f80ef50473af583286" } ] }