Income Source
Income
Income Source
This endpoint gets the details of the specified income source.
Endpoint: https://cashboard-f5x2.onrender.com/income/:id
Query Parameter: User UUID
Path Parameter: Income ID
The response body is a JSON object that includes the specified income source. 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

