All income sources
Income
All income sources
This endpoint gets all the income sources for the specified user.
Endpoint: https://cashboard-f5x2.onrender.com/income
Query Parameter: User UUID
The response body is a JSON object that includes an array of all the user’s income sources. The individual income object contains:
- the income source (string) - the income’s description
- the payDate (date) - the date the income was paid
- the category (string) - the category of the income
- the account’s id (string) - the account that was credited
- the amount (number) - the amount made from the income source
- _id (string) - the unique identifier for the income
GET
All income sources
Query Parameters
required
Response
OK
The response is of type object.

