> For the complete documentation index, see [llms.txt](https://docs.xtrakit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xtrakit.com/overview/expenses.md).

# Expenses

XtraKit's Expense API allows you to programmatically handle expenses data. Expense management may be easily integrated into your applications by using it to retrieve, add, change, or manage expenses.

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>List Expenses </strong><mark style="color:green;"><strong><code>GET</code></strong></mark></td><td>Retrieve a list of all expenses and you can also filter your results.</td><td></td><td><a href="/overview/expenses/list-expenses.md">List Expenses</a></td></tr><tr><td><strong>Fetch Expense </strong><mark style="color:green;"><strong><code>GET</code></strong></mark></td><td>Retrieve a specific expense using the invoice code. To retrieve complete expense details.</td><td></td><td><a href="/overview/expenses/fetch-expense.md">Fetch Expense</a></td></tr><tr><td> <strong>Add Expense </strong><mark style="color:yellow;"><strong><code>POST</code></strong></mark></td><td>Allows you to add a new expense record such as things you spend on. </td><td></td><td><a href="/overview/expenses/add-expense.md">Add Expense</a></td></tr><tr><td> <strong>Edit Expense </strong><mark style="color:purple;"><strong><code>PUT</code></strong></mark></td><td>Modify an existing expense's information.</td><td></td><td><a href="/overview/expenses/edit-expense.md">Edit Expense</a></td></tr></tbody></table>
