Get an income Run in API Explorer
Ask AI
GET
/api/v1/client/{client_uuid}/income/{uuid}
curl \
--request GET 'https://api.plannrcrm.com/api/v1/client/6ff8f7f6-1eb3-3525-be4a-3932c805afed/income/6ff8f7f6-1eb3-3525-be4a-3932c805afed' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}"
Response examples (200)
{
"uuid": "f393bbd6-15e4-4b9e-8885-9203fcfa0d70",
"created_at": "2026-04-29T12:52:59+01:00",
"updated_at": "2026-04-29T12:52:59+01:00",
"name": "My Salary",
"type": "salary",
"type_other": "Other income type",
"amount": {
"amount": {
"example": "4000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£40.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": "GBP",
"description": "Currency of the money"
}
},
"amount_type": "net",
"start_date": "2025-04-29",
"end_date": "2026-04-29",
"frequency": "annually",
"is_taxable": true,
"shared_owner_type": "individual",
"shared_owner": {
"uuid": "4c8d1f7d-9ece-41ed-a871-42ff8f682940",
"created_at": "2026-04-29T12:52:59+01:00",
"updated_at": "2026-04-29T12:52:59+01:00",
"type": "client",
"role": "client",
"first_name": "Gareth",
"last_name": "Thompson",
"name": "Gareth Thompson",
"email": "gareth@codepotato.co.uk",
"photo_url": "https://eu.ui-avatars.com/api/?name=gareth+thompson",
"firm": "App\\Http\\Resources\\FirmResource",
"primary_phone_number": "App\\Http\\Resources\\ContactDetailResource",
"primary_email": "App\\Http\\Resources\\ContactDetailResource",
"current_time_entry": "App\\Http\\Resources\\TimeEntryResource",
"assigned_adviser": "App\\Http\\Resources\\AccountResource",
"assigned_administrator": "App\\Http\\Resources\\AccountResource",
"assigned_paraplanner": "App\\Http\\Resources\\AccountResource",
"introduced_by": "App\\Http\\Resources\\AccountResource",
"business_unit": "App\\Http\\Resources\\BusinessUnitResource",
"groups": "App\\Http\\Resources\\GroupResource",
"tags": "App\\Http\\Resources\\TagResource",
"owners": "App\\Http\\Resources\\AccountResource",
"first_contact_date": "2026-04-29T12:52:59+01:00",
"next_review_date": "2026-04-29T12:52:59+01:00",
"previous_review_date": "2026-04-29T12:52:59+01:00",
"anniversary_review_date": "2026-04-29T12:52:59+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"joint_account_circle": "App\\Http\\Resources\\CircleResource",
"circles": "App\\Http\\Resources\\CircleResource",
"ownership_percentage": 100,
"inactive_at": "2026-04-29",
"last_interaction_at": "2026-04-29 12:52:59",
"referral_code": "ABC12345",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
},
"custom_fields": "App\\Http\\Resources\\CustomFieldValueResource",
"external_references": "App\\Http\\Resources\\ExternalReferenceResource"
},
"employment": {
"uuid": "a7d15fd2-8eeb-4d92-8925-9ad6dd0149c0",
"created_at": "2026-04-29T12:52:59+01:00",
"updated_at": "2026-04-29T12:52:59+01:00",
"status": "employed",
"occupation": "Financial Adviser",
"occupation_code": "FAC02774",
"job_title": "Senior financial adviser",
"employer": "Plannr Technologies Ltd",
"started_at": "2021-04-29T12:52:59+01:00",
"ended_at": "2022-04-29T12:52:59+01:00",
"is_business_owner": true,
"percentage_of_business_shared": 50,
"address": "App\\Http\\Resources\\AddressResource",
"phone_number": "App\\Http\\Resources\\ContactDetailResource",
"email_address": "App\\Http\\Resources\\ContactDetailResource",
"shared_owner_type": "individual",
"shared_owner": "App\\Http\\Resources\\AccountResource",
"last_salary_increase": "2019-01-01",
"business_name": "My Business",
"business_year_end": "2020-12-31",
"business_value": {
"amount": {
"example": "4000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£40.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": "GBP",
"description": "Currency of the money"
}
},
"directors": "Susan F. Lancaster",
"shareholding_in_business": {
"amount": {
"example": "4000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£40.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": "GBP",
"description": "Currency of the money"
}
},
"profit": {
"amount": {
"example": "4000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£40.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": "GBP",
"description": "Currency of the money"
}
},
"accountant_company_name": "My Accountant",
"accountant_email": "accountant@email.com",
"accountant_telephone_number": "+441234567890",
"accountant_address": "23 Chollerton, Hexham, Northumberland, NE46 4TF",
"primary": true,
"turnover_history": "App\\Http\\Resources\\TurnoverHistoryResource",
"income": "App\\Http\\Resources\\IncomeResource"
},
"account": {
"uuid": "299b3155-5897-4bc5-bf78-23afe15824b8",
"created_at": "2026-04-29T12:52:59+01:00",
"updated_at": "2026-04-29T12:52:59+01:00",
"type": "client",
"role": "client",
"first_name": "Gareth",
"last_name": "Thompson",
"name": "Gareth Thompson",
"email": "gareth@codepotato.co.uk",
"photo_url": "https://eu.ui-avatars.com/api/?name=Gareth+Thompson",
"external_references": "App\\Http\\Resources\\ExternalReferenceResource"
}
}