GET
/api/v1/client/{client_uuid}/expenditure
curl \
--request GET 'https://api.plannrcrm.com/api/v1/client/f6aa1670-dcf0-484e-a0c5-08590fe89a84/expenditure' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"data": [
{
"name": "Electricity",
"uuid": "d829e670-5896-45f4-ab30-d6e4c294aa33",
"amount": {
"amount": {
"example": "4000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"currency": {
"example": "GBP",
"description": "Currency of the money"
},
"formatted": {
"example": "£40.00",
"description": "Money amount formatted with currency"
}
},
"section": "Housekeeping Expenses",
"position": "1",
"created_at": "2025-08-07T13:41:39+01:00",
"updated_at": "2025-08-07T13:41:39+01:00",
"life_stage_uuid": "027f681a-38be-4f26-b3cd-31025f3a545f",
"life_stage_field_uuid": "b7fbf1e3-d11d-4a91-ae05-53725c5b060a",
"life_stage_section_uuid": "dbc5bc85-20ff-4186-b6e6-84374ec37bdc"
}
]
}