We recommend tools such as Postman or ApiDog for development and testing.
POST https://api.kpaehs.com/v1/contractor-contacts.list
{
"token": "MY_TOKEN",
"pretty": true
}
{
"ok": true,
"contacts": [
{
"id": "0467eb25-f7c9-487e-8ade-cc303f3f2c86",
"firstname": "Jon",
"lastname": "Doe",
"email": "test344@kpaflexdemo.com",
"phone": "",
"title": "",
"mine": true
},
{
"id": "36fa2a7d-b0a4-4c1d-ba58-8f2526d17297",
"firstname": "Mary",
"lastname": "Smith",
"email": "test199@kpaflexdemo.com",
"phone": "",
"title": "",
"mine": false
}
]
}