> ## 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/income](https://cashboard-f5x2.onrender.com/income)

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

  <Card title="Get Income Source" icon="wallet" href="/api-reference/income/income-source">
    Endpoint that fetches the specific income
  </Card>

  <Card title="Get All Income Source" icon="cash-register" href="/api-reference/income/all-income-sources">
    Endpoint that fetches all the user's income sources
  </Card>

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