get https://{company}.{environment}.com/api/v1/expense/categories
Get all Expense Categories
Log in to see full request history
Responses
401Unauthorized
403Forbidden
Get all Expense Categories
401Unauthorized
403Forbidden
xxxxxxxxxx
curl --request GET \
--url https://company.keka.com/api/v1/expense/categories \
--header 'accept: application/json'
xxxxxxxxxx
41}
{
"succeeded": true,
"message": "string",
"errors": [
"string"
],
"data": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"description": "string",
"code": "string",
"categoryType": 0,
"attributes": [
{
"id": "string",
"fieldName": "string",
"required": true,
"fieldType": 0,
"isSystemDefined": true,
"fieldOptions": [
{
"id": "string",
"value": "string"
}