v1
latestOpenAPI 3.0.32026-07-2632131.4 MBAccounting (only available for accounting add-on users)
Get categories list
Retrieve a paginated list of categories with optional filtering.
Supports filtering by name.
get/accounting-api/categories
Query parameters
qstring
Example:Office
Filter by category name
skipnumber
Pagination skip value
limitnumber
Example:20
Pagination limit value
Response
List of categories with pagination information
Example response
{
"limit": 25,
"current": 25,
"total": 478,
"data": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "Office Supplies",
"createdByUser": {
"id": "5d6e7a7ebf8e3800207735ae",
"name": "John Doe"
}
}
]
}