LedgerBee Public API
string · requiredstring · requiredboolean · requiredarray[] · required
Journal Categories
Journal category management endpoints
List journal categories
GET
https://api.ledgerbee.com/api
/v1/journal-categories
x-api-key (header)
or
OAuth 2.0
Retrieves the journal categories of your company. A category groups journal
entries and restricts which entry types may be posted into it — pass its id
as journalCategoryId when creating journal entries or drafts.
The default category is returned first, then the rest in creation order. Results are cached for 5 seconds.
Required Scope
journal-categories-read
List journal categories › Responses
List of available journal categories for the company
idThe unique identifier of the journal category
Example: 550e8400-e29b-41d4-a716-446655440000
nameName of the journal category
Example: General Journal
isDefaultWhether this is the default journal category
Example: true
allowedJournalTypesAllowed journal entry types for this journal category
Example: ["JOURNAL_ENTRY","SUPPLIER_INVOICE","SUPPLIER_PAYMENT","CUSTOMER_INVOICE","CUSTOMER_PAYMENT"]