Get categories
Expenses
Get categories
Get all expense categories for the authenticated user
GET
Get categories
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Query Parameters
Date filter - returns all records updated after the specified date. Null returns all data
Response
200 - application/json
Successful operation
Id of the category, required when updating existing category
Name of the business-specific expense category
Example:
"Accounting / Tax"
Whether this category has children or not
Parent id for this category, if it exists
Status of this category
Available options:
ACTIVE, INACTIVE, DELETED Example:
"ACTIVE"