> ## Documentation Index
> Fetch the complete documentation index at: https://mitchsorg.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

The endpoint URL is: [https://cashboard-f5x2.onrender.com/expenses](https://cashboard-f5x2.onrender.com/expenses)

<CardGroup cols={2}>
  <Card title="Create an Expense" icon="plus" href="/api-reference/expenses/create-an-expense">
    Endpoint that creates a new expenses for a user
  </Card>

  <Card title="Get Expense" icon="circle-dollar-to-slot" href="/api-reference/expenses/expense">
    Endpoint that fetches the specific expense
  </Card>

  <Card title="Get All Expenses" icon="receipt" href="/api-reference/expenses/all-expenses">
    Endpoint that fetches all the user's expenses
  </Card>

  <Card title="Delete an expenses Source" icon="sack-xmark" href="/api-reference/expenses/delete-expense">
    Endpoint that deletes an expenses
  </Card>
</CardGroup>
