We recommend tools such as Postman or ApiDog for development and testing.
POST https://api.kpaehs.com/v1/projects.info
{
"token": "MY_TOKEN",
"pretty": true
}
{
"project": {
"id": 6,
"created": "1709708544862",
"updated": "1709708544862",
"deleted": false,
"name": "Project 2",
"number": "2",
"address": "1234 Street",
"city": "Apple",
"state": "CA",
"zip": "12345",
"active": true,
"notes": "notes example",
"attachments": []
},
"ok": true
}