We recommend tools such as Postman or ApiDog for development and testing.
POST https://api.kpaehs.com/v1/companies.list { "token": "MY_TOKEN", "pretty": true }
{ "ok": true, "companies": [ { "name": "ABC Concrete", "created": 1476718836383, "id": "5804f0f40ef50473af5870d4" }, { "name": "DEF Trucking", "created": 1476718836384, "id": "5804f0f40ef50473af5870d5" }, { "name": "GHI Consulting, LLC", "created": 1476718836384, "id": "5804f0f40ef50473af5870d6" } ] }