# Show an individual Expenditure **GET /api/v1/client/{client_uuid}/expenditure/{id}** This endpoint allows you to view an individual expenditure. ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Path parameters - **client_uuid** (string) The uuid of the client. - **id** (string) The ID of the expenditure. - **expenditure_uuid** (string) The uuid of the expenditure. ## Responses ### 200 #### Body: application/json (object) - **uuid** (string) UUID of the Expenditure - **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 Expenditure. - **section** (string) The Life Stage Section of the Expenditure. - **amount** (object) The amount of the Expenditure. - **position** (string) The position/order of the Expenditure in any listing. - **life_stage_uuid** (string) UUID of the Life Stage - **life_stage_section_uuid** (string) UUID of the parent Life Stage Section - **life_stage_field_uuid** (string) UUID of the parent Life Stage Field [Powered by Bump.sh](https://bump.sh)