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": "68aab1b4-1211-4826-83c4-84682aa951f3",
"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-10-24T10:34:18+01:00",
"updated_at": "2025-10-24T10:34:18+01:00",
"life_stage_uuid": "5f705c58-a5a7-4584-9c60-e5305c0b6848",
"life_stage_field_uuid": "47482e35-05f7-4b4c-a8b7-a50afefc69d8",
"life_stage_section_uuid": "3fd13949-b964-4087-ada7-2237cdfaea6a"
}
]
}