# Get an income **GET /api/v2/income/{uuid}** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Headers - **X-PLANNR-ACCOUNT-UUID** (string) ### Path parameters - **uuid** (string) ## Responses ### 200 #### Body: application/json (object) - **uuid** (string) The UUID of the resource. - **created_at** (string) The timestamp of when the resource was created. - **updated_at** (string) The timestamp of when the resource was updated. - **name** (string) The name of the income. - **type** (string) The type of income. - **type_other** (string) The other type of income, if the type is "other". - **amount** (object) The amount of the income. - **amount_type** (string) The type of the amount. - **start_date** (string) The start date of the income. - **end_date** (string) The end date of the income. - **frequency** (string) The frequency of the income. - **is_taxable** (boolean) Denotes if the income is taxable or not. - **employment** (object) Employment of this income. - **account** (object) Account that owns this income. [Powered by Bump.sh](https://bump.sh)