We recommend tools such as Postman or ApiDog for development and testing.
POST https://api.kpaehs.com/v1/acknowledgments.info { "token": "MY_TOKEN", "pretty": true }
{ "ok": true, "acknowledgment": { "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": [], "recipients": [ { "user_id": "5804f0f30ef50473af5870c6", "acknowledgedOn": null }, { "user_id": "5804f0f40ef50473af5870e9", "acknowledgedOn": 1475595640604 }, { "user_id": "5804f0f40ef50473af5870e6", "acknowledgedOn": 1475768440605 } ] } }