We recommend tools such as Postman or ApiDog for development and testing.
POST https://api.kpaehs.com/v1/projects.list { "token": "MY_TOKEN", "pretty": true }
{ "projects": [ { "id": 8, "created": "1709784464569", "updated": "1709784464569", "deleted": false, "name": "Project 4", "number": "4", "address": "1234 Street", "city": "Apple", "state": "CA", "zip": "12345", "notes": "zxczxczxczx", "attachments": [] }, { "id": 7, "created": "1709708557746", "updated": "1709708557746", "deleted": false, "name": "Project 3", "number": "3", "address": "1234 Street", "city": "Apple", "state": "CA", "zip": "12345", "notes": "zxczxczxczxc", "attachments": [] } ], "paging": { "total": 32, "last_page": 16 }, "ok": true }