List categories
Fetch all categories (chart of accounts) for the business.
get/categories
Response
Successful response
Example response
[
{
"status": "ACTIVE",
"subcategories": [
{
"status": "ACTIVE"
}
]
}
]Fetch all categories (chart of accounts) for the business.
Successful response
[
{
"status": "ACTIVE",
"subcategories": [
{
"status": "ACTIVE"
}
]
}
]