Query parameters
-
Filter by a comma separated list of UUIDs.
-
Filter by a comma separated list of account UUIDs.
-
Filter by a comma separated list of circle UUIDs.
-
Filter by a comma separated list of employment UUIDs that are linked to incomes.
-
Filter by comma separate list of income types. Possible values are [salary, dividend, bonus, benefit, other, investment, rental, pension].
-
Filter by comma separate list of frequencies.
-
Filter by comma separate list of amount types. Possible values are [net,gross].
-
Filter income by start date. Can use operands such as >=, <>, > and combine as a range by providing two values separated by comma.
-
Filter income by end date. Can use operands such as >=, <>, > and combine as a range by providing two values separated by comma.
-
Filter income by amount in pennies. Can use operands such as >=, <>, > and combine as a range by providing two values separated by comma.
-
Comma separated list of relationships to include in the response. Valid relationships are [account, employment].
-
Field to sort by. Valid fields are [created_at, updated_at, name, amount, start_date, end_date]. Negative sign to denote DESC. Defaults to 'created_at'.
-
Number of results to return with pagination (Default 15. Max 500).
curl \
--request GET 'https://api.plannrcrm.com/api/v2/income' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}"
{
"data": [
{
"uuid": "71683b07-60d0-42f9-986b-5bc0723c94c1",
"created_at": "2026-07-17T15:25:31+01:00",
"updated_at": "2026-07-17T15:25:31+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-07-17",
"end_date": "2026-07-17",
"frequency": "annually",
"is_taxable": true,
"employment": {
"uuid": "3286ac40-fc51-4a99-af8c-a6dc85753c5f",
"created_at": "2026-07-17T15:25:31+01:00",
"updated_at": "2026-07-17T15:25:31+01:00",
"status": "employed",
"primary": true,
"occupation": "Financial Adviser",
"occupation_code": "FAC02774",
"job_title": "Senior financial adviser",
"employer": "Plannr Technologies Ltd",
"started_at": "2021-07-17T15:25:31+01:00",
"ended_at": "2022-07-17T15:25:31+01:00",
"is_business_owner": true,
"percentage_of_business_shared": 50,
"address": {
"uuid": "743d674b-6662-4707-aed8-4a494c16ad1a",
"created_at": "2026-07-17T15:25:36+01:00",
"updated_at": "2026-07-17T15:25:36+01:00",
"name": "Work Address",
"address_1": "Suite E, 5 The Briars",
"address_2": "Waterberry Drive",
"address_3": "The Innovative Centre",
"address_4": "Waterlooville",
"town_city": "Waterlooville",
"county": "Hampshire",
"postcode": "PO7 7YH",
"country": "United Kingdom",
"move_in_date": "2025-07-17"
},
"phone_number": {
"uuid": "2913e846-940e-401b-96f4-4a20ed0d095c",
"created_at": "2026-07-17T15:25:36+01:00",
"updated_at": "2026-07-17T15:25:36+01:00",
"type": "phone_number",
"name": "Work number",
"value": "+443330903630",
"phone_number_meta": {
"country": "GB",
"formatted": "0333 090 3630"
}
},
"email_address": {
"uuid": "2913e846-940e-401b-96f4-4a20ed0d095c",
"created_at": "2026-07-17T15:25:36+01:00",
"updated_at": "2026-07-17T15:25:36+01:00",
"type": "phone_number",
"name": "Work number",
"value": "+443330903630",
"phone_number_meta": {
"country": "GB",
"formatted": "0333 090 3630"
}
},
"shared_owner_type": "individual",
"shared_owner": {
"uuid": "543b4daa-a2a5-40d9-b97a-af39e3746a8f",
"created_at": "2026-07-17T15:25:36+01:00",
"updated_at": "2026-07-17T15:25:36+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",
"first_contact_date": "2026-07-17T15:25:36+01:00",
"next_review_date": "2026-07-17T15:25:36+01:00",
"previous_review_date": "2026-07-17T15:25:36+01:00",
"anniversary_review_date": "2026-07-17T15:25:36+01:00",
"terms_of_business_at": "2026-07-17T15:25:36+01:00",
"client_agreement_at": "2026-07-17T15:25:36+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-07-17",
"last_interaction_at": "2026-07-17 15:25:36",
"referral_code": "ABC12345",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"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",
"turnover_history": {
"year": 2020,
"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": null,
"description": "Currency of the money"
}
}
},
"income": {
"uuid": "8fe3fd7c-991f-464f-a046-a9b0cdcff375",
"created_at": "2026-07-17T15:25:36+01:00",
"updated_at": "2026-07-17T15:25:36+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": null,
"description": "Currency of the money"
}
},
"amount_type": "net",
"start_date": "2025-07-17",
"end_date": "2026-07-17",
"frequency": "annually",
"is_taxable": true,
"shared_owner_type": "individual"
},
"account": {
"uuid": "a93927b0-3b21-4af1-9f4f-15489a25a202",
"created_at": "2026-07-17T15:25:36+01:00",
"updated_at": "2026-07-17T15:25:36+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"
}
},
"account": {
"uuid": "e277754e-f563-4b85-b59f-3448cd7e8b02",
"created_at": "2026-07-17T15:25:31+01:00",
"updated_at": "2026-07-17T15:25:31+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": {
"uuid": "11b7fb3c-bff7-4355-b5d5-6e063a2cdde5",
"created_at": "2026-07-17T15:25:36+01:00",
"updated_at": "2026-07-17T15:25:36+01:00",
"third_party": "nucleus",
"reference": "AB123456"
}
}
}
]
}