Headers
Value must be 'Bearer <token>' where <token> is an API key prefixed with 'bc_' or a JWT token.
Example:
"Bearer bc_1234567890abcdef"
Required if Authorization is a JWT token. The organization ID to operate within.
Response
200 - application/json
The item categories have been successfully retrieved.
The unique identifier of the item category
Example:
1
The name of the item category
Example:
"Electronics"
The user ID who created the category
Example:
1
The creation date of the category
Example:
"2024-03-20T10:00:00Z"
The last update date of the category
Example:
"2024-03-20T10:00:00Z"
The number of items in this category
Example:
5
The description of the item category
Example:
"Electronic devices and accessories"
The cost account ID
Example:
1
The sell account ID
Example:
1
The inventory account ID
Example:
1
The cost method
Example:
"FIFO"