We recommend tools such as Postman or ApiDog for development and testing.
POST https://api.kpaehs.com/v1/datalists.list
{
"token": "MY_TOKEN",
"pretty": true
}
{
"ok": true,
"datalists": [
{
"id": 1024,
"created": 1476718836389,
"updated": 1476718836389,
"title": "Buildings"
},
{
"id": 1025,
"created": 1476718836397,
"updated": 1476718836397,
"title": "Shifts"
}
]
}