Overview
The Retrieve Expense Category endpoint allows you to get detailed information about a specific expense category by its ID. This works for both system default categories and your custom categories.Path Parameters
The unique identifier of the expense category to retrieve
Query Parameters
When
true
, includes all subcategories under this category in the response (only applicable for parent categories)Response
The expense category object with full details
Access Control
- You can only retrieve categories that belong to your firm
- Both system and custom categories are accessible
- Category must exist and not be deleted
Authorizations
Use your API key (sk_live_xxx or sk_test_xxx)
Path Parameters
Category ID
Query Parameters
Include child categories