Retrieve a single expense category
GET/api/expense_categories/:id
This API endpoint is tailored to retrieve detailed information about an individual expense category, serving as a valuable tool for accessing specific expense category data within your system.
Prerequisites:
To use this endpoint you need to have the ACCOUNTING scope for the API Key. Please contact your relation manager to get this permission.
Request
Responses
- 200
- 401
- 403
- 404
OK - The request was processed successfully.
Unauthorised -- Your access token is wrong.
Forbidden -- Access to the requested resource or action is forbidden.
Not Found -- The requested resource could not be found.