We recommend tools such as Postman or ApiDog for development and testing.
POST https://api.kpaehs.com/v1/roles.list
{
"token": "MY_TOKEN",
"pretty": true
}
{
"ok": true,
"roles": [
{
"name": "Employee",
"id": "5804f0f30ef50473af5870c8"
},
{
"name": "Manager",
"id": "5804f0f30ef50473af5870c9"
},
{
"name": "Admin",
"id": "5804f0f30ef50473af5870ca"
}
]
}