Get all plans Run in API Explorer
This endpoint will return all plans in the firm relevant to the user accessing them.
Query parameters
-
Date in format Y-m-d to get the plan's value at the date. Defaults to current date if not provided.
-
When authenticated as a client, you can opt to include other plans belonging to members of circles the authenticated client is a member of as long as they have the correct circle circle login access level to do so.
-
Comma separated list of relationships to include in the response. Valid relationships are [cases, tags, sub_accounts, wrap, wrap_children, wrap_children.provider, external_references, active_adviser, seller, linked_owners, group_scheme, sub_group_scheme, custom_fields].
-
Filter by a comma separated list of UUIDs.
-
Comma separated list of abstract types. Valid abstract types are [asset, liability, protection]
-
Comma separated list of types. Valid abstract types are [cash_account, investment, protection_policy, pension, annuity, general_insurance, group_protection, mortgage, loan_credit, fixed_asset]
-
Comma separated list of sub types.
-
Comma separated list of plan names to search against, can include partial matches.
-
Comma separated list of client UUIDs to search against.
-
Comma separated list of accounts UUIDs that are all the owners of a plan.
-
Comma separated list of circle UUIDs to search against.
-
Comma separated list of policy numbers to search against, can include partial matches.
-
Comma separated list of provider provider UUIDs to search against.
-
Comma separated string of statuses to filter by. Valid statuses are [active, proposed, inactive]
-
Comma separated list of adviser UUIDs of who sold the plan to search against.
-
Comma separated list of adviser UUIDs of who is actively managing the plan to search against.
-
Comma separated list of case UUIDs
-
Amount in pennies to filter where latest valuation is greater than.
-
Amount in pennies to filter where latest valuation is less than.
-
filter the plans by if they are a wrap product
-
Used to hide the wrap children from the primary list of plans.
-
filter the plans by if they have agency in your name
-
filter the plans by if they are under advice
-
Filter by a plan custom field. Example filter[custom_field:cryptocurrencies]=bitcoin
-
Field to sort by. Valid fields are [created_at, updated_at, name, type, value]. Negative sign to denote DESC. Defaults to 'name'.
-
Number of results to return with pagination (Default 15. Max 500).
curl \
--request GET 'https://api.plannrcrm.com/api/v2/plans' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}"
{
"data": [
{
"uuid": "16c121f1-24e6-486e-85dc-f5346bb912b9",
"created_at": "2026-07-31T13:51:33+01:00",
"updated_at": "2026-07-31T13:51:33+01:00",
"opened_at": "2026-07-31T13:51:33+01:00",
"name": "Johns ISA",
"type": "cash_account",
"sub_type": "lifetime isa",
"abstract_type": "asset",
"policy_number": "AVIVA-123",
"proposal_reference": "AB123456",
"status": "inactive",
"inactive_at": "2026-07-31T13:51:33+01:00",
"inactive_reason": "claimed",
"agency_in_your_name": true,
"agency_in_your_name_from": "2025-07-31",
"originally_sold_by_firm": true,
"under_advice": true,
"visible_on_client_portal": true,
"include_in_client_valuation": true,
"show_on_joint": true,
"shown_on_circles": true,
"review_date": "2025-07-31",
"on_panel": true,
"is_group_scheme": false,
"is_sub_group_scheme": false,
"is_group_scheme_member": false,
"advice_area": "non_investment_insurance",
"main_account": {
"uuid": "697570d8-1af1-4720-b615-bc61db8165f9",
"created_at": "2026-07-31T13:51:33+01:00",
"updated_at": "2026-07-31T13:51:33+01:00",
"name": "John's ISA",
"policy_number": "AVI-4837",
"latest_valuation": {
"uuid": "46f66aeb-a547-4d9d-b19b-ffadccf72966",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"valued_at": "2026-07-31T13:51:39+01:00",
"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"
}
}
},
"is_main_account": false,
"active_portfolio": {
"uuid": "6f80a1c6-00ae-468c-bcf8-4418766df87b",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"is_proposed": true,
"proposed_at": "2026-07-31T00:00:00+01:00",
"name": "Risky Portfolio"
},
"statistics": {
"recent_growth": 100
}
},
"sub_accounts": [
{
"uuid": "931ebb58-9868-4305-bf23-074162802073",
"created_at": "2026-07-31T13:51:33+01:00",
"updated_at": "2026-07-31T13:51:33+01:00",
"name": "John's ISA",
"policy_number": "AVI-4837",
"latest_valuation": {
"uuid": "46f66aeb-a547-4d9d-b19b-ffadccf72966",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"valued_at": "2026-07-31T13:51:39+01:00",
"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"
}
}
},
"is_main_account": false,
"active_portfolio": {
"uuid": "6f80a1c6-00ae-468c-bcf8-4418766df87b",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"is_proposed": true,
"proposed_at": "2026-07-31T00:00:00+01:00",
"name": "Risky Portfolio"
},
"statistics": {
"recent_growth": 100
}
}
],
"provider": {
"uuid": "010c2f54-97cf-4a25-9b69-d333013c1edf",
"created_at": "2026-07-31T13:51:33+01:00",
"updated_at": "2026-07-31T13:51:33+01:00",
"name": "AJ Bell",
"slug": "aj-bell"
},
"covers": [
{
"uuid": "3a81d3a8-7758-490e-abdb-9c20b9ec1e0a",
"created_at": "2026-07-31T13:51:33+01:00",
"updated_at": "2026-07-31T13:51:33+01:00",
"cover_type": "critical_illness",
"benefit_amount": {
"amount": {
"example": "25000000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£250,000.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": "GBP",
"description": "Currency of the money"
}
},
"benefit_frequency": "monthly",
"benefit_status": "active",
"excess": {
"amount": {
"example": "10000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£100.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": "GBP",
"description": "Currency of the money"
}
},
"indexation": 1.4,
"client": {
"uuid": "1356bcb1-2706-49a9-99e3-2d01837007ce",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+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-31T13:51:39+01:00",
"next_review_date": "2026-07-31T13:51:39+01:00",
"previous_review_date": "2026-07-31T13:51:39+01:00",
"anniversary_review_date": "2026-07-31T13:51:39+01:00",
"terms_of_business_at": "2026-07-31T13:51:39+01:00",
"client_agreement_at": "2026-07-31T13:51:39+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-07-31",
"last_interaction_at": "2026-07-31 13:51:39",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-07-31T13:51:39+01:00",
"out_of_office_until": "2026-07-31T13:51:39+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
}
}
],
"claims": [
{
"uuid": "df199a21-d71f-4784-a03a-9a3000bd775a",
"created_at": "2026-07-31T13:51:33+01:00",
"updated_at": "2026-07-31T13:51:33+01:00",
"claim_amount": {
"amount": {
"example": "25000000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£250,000.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": "GBP",
"description": "Currency of the money"
}
},
"claim_start_date": "2025-07-31",
"claim_end_date": "2031-07-31",
"claim_notes": "Claim notes",
"client": {
"uuid": "1356bcb1-2706-49a9-99e3-2d01837007ce",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+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-31T13:51:39+01:00",
"next_review_date": "2026-07-31T13:51:39+01:00",
"previous_review_date": "2026-07-31T13:51:39+01:00",
"anniversary_review_date": "2026-07-31T13:51:39+01:00",
"terms_of_business_at": "2026-07-31T13:51:39+01:00",
"client_agreement_at": "2026-07-31T13:51:39+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-07-31",
"last_interaction_at": "2026-07-31 13:51:39",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-07-31T13:51:39+01:00",
"out_of_office_until": "2026-07-31T13:51:39+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
}
}
],
"total_benefit_amount": {
"amount": {
"example": "25000000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£250,000.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": "GBP",
"description": "Currency of the money"
}
},
"total_benefits": {
"critical_illness": {
"amount": {
"example": "15000000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£150,000.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": "GBP",
"description": "Currency of the money"
}
},
"family_income_benefit": {
"amount": {
"example": "10000000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£100,000.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": "GBP",
"description": "Currency of the money"
}
}
},
"latest_valuations": [
{
"uuid": "7d3def3b-218b-4c49-ba80-e086b152c7c9",
"created_at": "2026-07-31T13:51:33+01:00",
"updated_at": "2026-07-31T13:51:33+01:00",
"valued_at": "2026-07-31T13:51:33+01:00",
"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"
}
},
"sub_account": {
"uuid": "355ce0aa-1223-4c2e-890b-5b2a546e2999",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"name": "John's ISA",
"policy_number": "AVI-4837",
"is_main_account": false,
"statistics": {
"recent_growth": 100
}
}
}
],
"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"
}
},
"valued_at": "2026-07-31T13:51:33+01:00",
"original_valued_at": "2026-07-30T13:51:33+01:00",
"client": {
"uuid": "82d49383-5e1c-4dd1-92c7-b473212518e8",
"created_at": "2026-07-31T13:51:33+01:00",
"updated_at": "2026-07-31T13:51:33+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": {
"uuid": "3b7a181e-b40e-4513-82f6-6630e03f0a6c",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"name": "Codepotato",
"slug": "codepotato",
"address_1": "Suite E, 5 The Briars",
"address_2": "Waterberry Drive",
"town_city": "Waterlooville",
"county": "Hampshire",
"postcode": "PO7 7YH",
"country": "United Kingdom",
"regulatory_text": "Regulatory text",
"logo": "https://api.plannrcrm.com/images/plannr.jpg",
"logo_icon": "https://api.plannrcrm.com/images/plannr-icon.jpg",
"brand_colours": {
"sidebar_background": "#0E0E56",
"sidebar_accent": "#36367E",
"sidebar_text": "#FFFFFF",
"sidebar_hover": "#0A0A42",
"sidebar_active": "#53DBB8",
"sidebar_title_background": "#36367E",
"sidebar_title_primary": "#FFC634",
"sidebar_title_secondary": "#FFFFFF",
"sidebar_title_secondary_hover": "#FFFFFF",
"email_background": "#0E0E56",
"email_logo_background_panel": "#36367E",
"email_sub_text": "#FFFFFF",
"email_button_background": "#36367E",
"email_button_text": "#FFFFFF",
"portal_sidebar_button_background": "#F6F6F6",
"portal_sidebar_button_hover": "#FFFFFF",
"portal_sidebar_button_active": "#FFFFFF",
"portal_brand_title": "#323B4B",
"portal_brand_sub_title": "#828994",
"portal_sidebar_title": "#11151D",
"portal_sidebar_text": "#323B4B",
"portal_sidebar_text_hover": "#323B4B",
"portal_sidebar_text_active": "#323B4B",
"portal_sidebar_icon": "#828994",
"portal_sidebar_icon_hover": "#828994",
"portal_sidebar_icon_active": "#828994",
"portal_background": "#F6F6F6",
"portal_sidebar_account_title": "#11151D",
"portal_sidebar_account_email": "#828994",
"portal_sidebar_divider": "#E3E5E9",
"portal_dashboard_bg_one": "#EF4583",
"portal_dashboard_bg_two": "#FFC634",
"portal_sidebar_collapse_button": "#828994",
"portal_sidebar_collapse_button_hover": "#B3B9C4",
"portal_sidebar_user_select_background": "#F6F6F6",
"portal_sidebar_user_select_hover": "#F6F6F6",
"portal_sidebar_user_select_text": "#323B4B",
"portal_sidebar_user_select_text_hover": "#323B4B",
"portal_sidebar_user_select_border": "#EEEEEE",
"portal_sidebar_user_select_border_hover": "#828994"
},
"is_subscribed": true,
"keep_deleted_files_for": 30,
"tax": 17.5,
"month_end": 25,
"statement_frequency": "monthly",
"billing": {
"invoice_address_1": "Suite E, 5 The Briars",
"invoice_address_2": "Waterberry Drive",
"invoice_town_city": "Waterlooville",
"invoice_county": "Hampshire",
"invoice_postcode": "PO7 7YH",
"invoice_country": "United Kingdom",
"invoice_email": "gareth@codepotato.co.uk"
},
"ip_whitelist": [
"192.168.0.1",
"127.0.0.1"
],
"welcome_paragraph_html": "<h1>Welcome.</h1>",
"email_welcome_paragraph_html": "Welcome to Plannr!",
"show_fact_find_illustrations": true,
"cc_email_addresses": [
"jack@example.com",
"jill@example.com"
],
"bcc_email_addresses": [
"jack@example.com",
"jill@example.com"
],
"reply_to_email_address": "jack@example.com",
"mobile_app_support_number": "01234 567890",
"mobile_app_support_email": "support@example.com"
},
"primary_phone_number": {
"uuid": "0ed9bbd6-df74-4f96-988b-68820d202ede",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"type": "phone_number",
"name": "Work number",
"value": "+443330903630",
"phone_number_meta": {
"country": "GB",
"formatted": "0333 090 3630"
}
},
"primary_email": {
"uuid": "0ed9bbd6-df74-4f96-988b-68820d202ede",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"type": "phone_number",
"name": "Work number",
"value": "+443330903630",
"phone_number_meta": {
"country": "GB",
"formatted": "0333 090 3630"
}
},
"current_time_entry": {
"uuid": "45215408-405a-46e8-9857-4c4e9a853294",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"name": "Research",
"description": "This is a description.",
"trackable_type": "Client",
"start_date": "2026-07-31T13:01:39+01:00",
"end_date": "2026-07-31T13:29:39+01:00",
"is_active": true,
"total_time_in_minutes": 28,
"computed_time_elapsed_in_seconds": 1680
},
"assigned_adviser": {
"uuid": "1356bcb1-2706-49a9-99e3-2d01837007ce",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+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-31T13:51:39+01:00",
"next_review_date": "2026-07-31T13:51:39+01:00",
"previous_review_date": "2026-07-31T13:51:39+01:00",
"anniversary_review_date": "2026-07-31T13:51:39+01:00",
"terms_of_business_at": "2026-07-31T13:51:39+01:00",
"client_agreement_at": "2026-07-31T13:51:39+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-07-31",
"last_interaction_at": "2026-07-31 13:51:39",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-07-31T13:51:39+01:00",
"out_of_office_until": "2026-07-31T13:51:39+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"assigned_administrator": {
"uuid": "1356bcb1-2706-49a9-99e3-2d01837007ce",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+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-31T13:51:39+01:00",
"next_review_date": "2026-07-31T13:51:39+01:00",
"previous_review_date": "2026-07-31T13:51:39+01:00",
"anniversary_review_date": "2026-07-31T13:51:39+01:00",
"terms_of_business_at": "2026-07-31T13:51:39+01:00",
"client_agreement_at": "2026-07-31T13:51:39+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-07-31",
"last_interaction_at": "2026-07-31 13:51:39",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-07-31T13:51:39+01:00",
"out_of_office_until": "2026-07-31T13:51:39+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"assigned_paraplanner": {
"uuid": "1356bcb1-2706-49a9-99e3-2d01837007ce",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+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-31T13:51:39+01:00",
"next_review_date": "2026-07-31T13:51:39+01:00",
"previous_review_date": "2026-07-31T13:51:39+01:00",
"anniversary_review_date": "2026-07-31T13:51:39+01:00",
"terms_of_business_at": "2026-07-31T13:51:39+01:00",
"client_agreement_at": "2026-07-31T13:51:39+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-07-31",
"last_interaction_at": "2026-07-31 13:51:39",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-07-31T13:51:39+01:00",
"out_of_office_until": "2026-07-31T13:51:39+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"introduced_by": {
"uuid": "1356bcb1-2706-49a9-99e3-2d01837007ce",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+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-31T13:51:39+01:00",
"next_review_date": "2026-07-31T13:51:39+01:00",
"previous_review_date": "2026-07-31T13:51:39+01:00",
"anniversary_review_date": "2026-07-31T13:51:39+01:00",
"terms_of_business_at": "2026-07-31T13:51:39+01:00",
"client_agreement_at": "2026-07-31T13:51:39+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-07-31",
"last_interaction_at": "2026-07-31 13:51:39",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-07-31T13:51:39+01:00",
"out_of_office_until": "2026-07-31T13:51:39+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"business_unit": {
"uuid": "09791b64-8f27-47b9-9c17-6fe18e800f24",
"name": "Wealth Management",
"has_alternative_branding": false,
"brand_colours": [],
"members_count": 3,
"groups_count": 2,
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00"
},
"groups": {
"uuid": null,
"name": "finance",
"slug": "finance",
"participants_count": "3",
"participants": {
"uuid": {
"example": null,
"description": "UUID of the account"
},
"role": {
"example": "client",
"description": "Role of the account"
},
"first_name": {
"example": "Gareth",
"description": "First name of the account"
},
"last_name": {
"example": "Thompson",
"description": "Last name of the account"
},
"name": {
"example": "Gareth Thompson",
"description": "Name of the account"
},
"email": {
"example": "gareth@codepotato.co.uk",
"description": "Email of the account"
}
},
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00"
},
"tags": {
"uuid": "8b0725be-5730-4849-8b6d-ad3e9d2ef8dd",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"name": "Mortgage",
"slug": "mortgage",
"colour": "#ef4582"
},
"owners": {
"uuid": "1356bcb1-2706-49a9-99e3-2d01837007ce",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+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-31T13:51:39+01:00",
"next_review_date": "2026-07-31T13:51:39+01:00",
"previous_review_date": "2026-07-31T13:51:39+01:00",
"anniversary_review_date": "2026-07-31T13:51:39+01:00",
"terms_of_business_at": "2026-07-31T13:51:39+01:00",
"client_agreement_at": "2026-07-31T13:51:39+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-07-31",
"last_interaction_at": "2026-07-31 13:51:39",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-07-31T13:51:39+01:00",
"out_of_office_until": "2026-07-31T13:51:39+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"first_contact_date": "2026-07-31T13:51:33+01:00",
"next_review_date": "2026-07-31T13:51:33+01:00",
"previous_review_date": "2026-07-31T13:51:33+01:00",
"anniversary_review_date": "2026-07-31T13:51:33+01:00",
"terms_of_business_at": "2026-07-31T13:51:33+01:00",
"client_agreement_at": "2026-07-31T13:51:33+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"joint_account_circle": {
"uuid": "60251040-407f-4de3-8d56-320ef1414c2f",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"name": "Jones Family",
"photo_url": "https://eu.ui-avatars.com/api/?name=jones+family",
"bg_colour": "#35f4e1",
"has_portal_access": true,
"portal_access_status": "active",
"engagement_rating": "green",
"last_login": {
"logged_in_at": "2026-07-31T13:51:39+01:00",
"account_uuid": "uuid",
"account_name": "John Smith",
"device_type": "desktop",
"device_platform": "macos"
},
"portal_login_count_30d": 5,
"portal_login_count_90d": 12,
"portal_login_count_365d": 48,
"joint_account_uuid": "1e4496b5-7dd8-4766-9503-28f622926536",
"login_access_level": "write",
"current_life_stage_uuid": "2f21a1e3-2986-4bb3-90e4-fbd271958b1a"
},
"circles": {
"uuid": "60251040-407f-4de3-8d56-320ef1414c2f",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"name": "Jones Family",
"photo_url": "https://eu.ui-avatars.com/api/?name=jones+family",
"bg_colour": "#35f4e1",
"has_portal_access": true,
"portal_access_status": "active",
"engagement_rating": "green",
"last_login": {
"logged_in_at": "2026-07-31T13:51:39+01:00",
"account_uuid": "uuid",
"account_name": "John Smith",
"device_type": "desktop",
"device_platform": "macos"
},
"portal_login_count_30d": 5,
"portal_login_count_90d": 12,
"portal_login_count_365d": 48,
"joint_account_uuid": "1e4496b5-7dd8-4766-9503-28f622926536",
"login_access_level": "write",
"current_life_stage_uuid": "2f21a1e3-2986-4bb3-90e4-fbd271958b1a"
},
"ownership_percentage": 100,
"inactive_at": "2026-07-31",
"last_interaction_at": "2026-07-31 13:51:33",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-07-31T13:51:33+01:00",
"out_of_office_until": "2026-07-31T13:51:33+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
},
"custom_fields": {
"uuid": null,
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"type": "string",
"name": "Favourite Drink",
"reference": "favourite_drink",
"is_required": false,
"value": "Coffee",
"selection_options": [
"Coffee",
"Tea",
"Water"
],
"help_text": "This is the client's favourite drink."
},
"external_references": {
"uuid": "11459e50-cc8d-4eae-9b11-834742f98f37",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"third_party": "nucleus",
"reference": "AB123456"
}
},
"accounts": [
{
"uuid": "faf0449a-8387-4d34-8844-1f5916947ad2",
"created_at": "2026-07-31T13:51:33+01:00",
"updated_at": "2026-07-31T13:51:33+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": {
"uuid": "3b7a181e-b40e-4513-82f6-6630e03f0a6c",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"name": "Codepotato",
"slug": "codepotato",
"address_1": "Suite E, 5 The Briars",
"address_2": "Waterberry Drive",
"town_city": "Waterlooville",
"county": "Hampshire",
"postcode": "PO7 7YH",
"country": "United Kingdom",
"regulatory_text": "Regulatory text",
"logo": "https://api.plannrcrm.com/images/plannr.jpg",
"logo_icon": "https://api.plannrcrm.com/images/plannr-icon.jpg",
"brand_colours": {
"sidebar_background": "#0E0E56",
"sidebar_accent": "#36367E",
"sidebar_text": "#FFFFFF",
"sidebar_hover": "#0A0A42",
"sidebar_active": "#53DBB8",
"sidebar_title_background": "#36367E",
"sidebar_title_primary": "#FFC634",
"sidebar_title_secondary": "#FFFFFF",
"sidebar_title_secondary_hover": "#FFFFFF",
"email_background": "#0E0E56",
"email_logo_background_panel": "#36367E",
"email_sub_text": "#FFFFFF",
"email_button_background": "#36367E",
"email_button_text": "#FFFFFF",
"portal_sidebar_button_background": "#F6F6F6",
"portal_sidebar_button_hover": "#FFFFFF",
"portal_sidebar_button_active": "#FFFFFF",
"portal_brand_title": "#323B4B",
"portal_brand_sub_title": "#828994",
"portal_sidebar_title": "#11151D",
"portal_sidebar_text": "#323B4B",
"portal_sidebar_text_hover": "#323B4B",
"portal_sidebar_text_active": "#323B4B",
"portal_sidebar_icon": "#828994",
"portal_sidebar_icon_hover": "#828994",
"portal_sidebar_icon_active": "#828994",
"portal_background": "#F6F6F6",
"portal_sidebar_account_title": "#11151D",
"portal_sidebar_account_email": "#828994",
"portal_sidebar_divider": "#E3E5E9",
"portal_dashboard_bg_one": "#EF4583",
"portal_dashboard_bg_two": "#FFC634",
"portal_sidebar_collapse_button": "#828994",
"portal_sidebar_collapse_button_hover": "#B3B9C4",
"portal_sidebar_user_select_background": "#F6F6F6",
"portal_sidebar_user_select_hover": "#F6F6F6",
"portal_sidebar_user_select_text": "#323B4B",
"portal_sidebar_user_select_text_hover": "#323B4B",
"portal_sidebar_user_select_border": "#EEEEEE",
"portal_sidebar_user_select_border_hover": "#828994"
},
"is_subscribed": true,
"keep_deleted_files_for": 30,
"tax": 17.5,
"month_end": 25,
"statement_frequency": "monthly",
"billing": {
"invoice_address_1": "Suite E, 5 The Briars",
"invoice_address_2": "Waterberry Drive",
"invoice_town_city": "Waterlooville",
"invoice_county": "Hampshire",
"invoice_postcode": "PO7 7YH",
"invoice_country": "United Kingdom",
"invoice_email": "gareth@codepotato.co.uk"
},
"ip_whitelist": [
"192.168.0.1",
"127.0.0.1"
],
"welcome_paragraph_html": "<h1>Welcome.</h1>",
"email_welcome_paragraph_html": "Welcome to Plannr!",
"show_fact_find_illustrations": true,
"cc_email_addresses": [
"jack@example.com",
"jill@example.com"
],
"bcc_email_addresses": [
"jack@example.com",
"jill@example.com"
],
"reply_to_email_address": "jack@example.com",
"mobile_app_support_number": "01234 567890",
"mobile_app_support_email": "support@example.com"
},
"primary_phone_number": {
"uuid": "0ed9bbd6-df74-4f96-988b-68820d202ede",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"type": "phone_number",
"name": "Work number",
"value": "+443330903630",
"phone_number_meta": {
"country": "GB",
"formatted": "0333 090 3630"
}
},
"primary_email": {
"uuid": "0ed9bbd6-df74-4f96-988b-68820d202ede",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"type": "phone_number",
"name": "Work number",
"value": "+443330903630",
"phone_number_meta": {
"country": "GB",
"formatted": "0333 090 3630"
}
},
"current_time_entry": {
"uuid": "45215408-405a-46e8-9857-4c4e9a853294",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"name": "Research",
"description": "This is a description.",
"trackable_type": "Client",
"start_date": "2026-07-31T13:01:39+01:00",
"end_date": "2026-07-31T13:29:39+01:00",
"is_active": true,
"total_time_in_minutes": 28,
"computed_time_elapsed_in_seconds": 1680
},
"assigned_adviser": {
"uuid": "1356bcb1-2706-49a9-99e3-2d01837007ce",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+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-31T13:51:39+01:00",
"next_review_date": "2026-07-31T13:51:39+01:00",
"previous_review_date": "2026-07-31T13:51:39+01:00",
"anniversary_review_date": "2026-07-31T13:51:39+01:00",
"terms_of_business_at": "2026-07-31T13:51:39+01:00",
"client_agreement_at": "2026-07-31T13:51:39+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-07-31",
"last_interaction_at": "2026-07-31 13:51:39",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-07-31T13:51:39+01:00",
"out_of_office_until": "2026-07-31T13:51:39+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"assigned_administrator": {
"uuid": "1356bcb1-2706-49a9-99e3-2d01837007ce",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+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-31T13:51:39+01:00",
"next_review_date": "2026-07-31T13:51:39+01:00",
"previous_review_date": "2026-07-31T13:51:39+01:00",
"anniversary_review_date": "2026-07-31T13:51:39+01:00",
"terms_of_business_at": "2026-07-31T13:51:39+01:00",
"client_agreement_at": "2026-07-31T13:51:39+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-07-31",
"last_interaction_at": "2026-07-31 13:51:39",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-07-31T13:51:39+01:00",
"out_of_office_until": "2026-07-31T13:51:39+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"assigned_paraplanner": {
"uuid": "1356bcb1-2706-49a9-99e3-2d01837007ce",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+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-31T13:51:39+01:00",
"next_review_date": "2026-07-31T13:51:39+01:00",
"previous_review_date": "2026-07-31T13:51:39+01:00",
"anniversary_review_date": "2026-07-31T13:51:39+01:00",
"terms_of_business_at": "2026-07-31T13:51:39+01:00",
"client_agreement_at": "2026-07-31T13:51:39+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-07-31",
"last_interaction_at": "2026-07-31 13:51:39",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-07-31T13:51:39+01:00",
"out_of_office_until": "2026-07-31T13:51:39+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"introduced_by": {
"uuid": "1356bcb1-2706-49a9-99e3-2d01837007ce",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+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-31T13:51:39+01:00",
"next_review_date": "2026-07-31T13:51:39+01:00",
"previous_review_date": "2026-07-31T13:51:39+01:00",
"anniversary_review_date": "2026-07-31T13:51:39+01:00",
"terms_of_business_at": "2026-07-31T13:51:39+01:00",
"client_agreement_at": "2026-07-31T13:51:39+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-07-31",
"last_interaction_at": "2026-07-31 13:51:39",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-07-31T13:51:39+01:00",
"out_of_office_until": "2026-07-31T13:51:39+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"business_unit": {
"uuid": "09791b64-8f27-47b9-9c17-6fe18e800f24",
"name": "Wealth Management",
"has_alternative_branding": false,
"brand_colours": [],
"members_count": 3,
"groups_count": 2,
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00"
},
"groups": {
"uuid": null,
"name": "finance",
"slug": "finance",
"participants_count": "3",
"participants": {
"uuid": {
"example": null,
"description": "UUID of the account"
},
"role": {
"example": "client",
"description": "Role of the account"
},
"first_name": {
"example": "Gareth",
"description": "First name of the account"
},
"last_name": {
"example": "Thompson",
"description": "Last name of the account"
},
"name": {
"example": "Gareth Thompson",
"description": "Name of the account"
},
"email": {
"example": "gareth@codepotato.co.uk",
"description": "Email of the account"
}
},
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00"
},
"tags": {
"uuid": "8b0725be-5730-4849-8b6d-ad3e9d2ef8dd",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"name": "Mortgage",
"slug": "mortgage",
"colour": "#ef4582"
},
"owners": {
"uuid": "1356bcb1-2706-49a9-99e3-2d01837007ce",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+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-31T13:51:39+01:00",
"next_review_date": "2026-07-31T13:51:39+01:00",
"previous_review_date": "2026-07-31T13:51:39+01:00",
"anniversary_review_date": "2026-07-31T13:51:39+01:00",
"terms_of_business_at": "2026-07-31T13:51:39+01:00",
"client_agreement_at": "2026-07-31T13:51:39+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-07-31",
"last_interaction_at": "2026-07-31 13:51:39",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-07-31T13:51:39+01:00",
"out_of_office_until": "2026-07-31T13:51:39+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"first_contact_date": "2026-07-31T13:51:33+01:00",
"next_review_date": "2026-07-31T13:51:33+01:00",
"previous_review_date": "2026-07-31T13:51:33+01:00",
"anniversary_review_date": "2026-07-31T13:51:33+01:00",
"terms_of_business_at": "2026-07-31T13:51:33+01:00",
"client_agreement_at": "2026-07-31T13:51:33+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"joint_account_circle": {
"uuid": "60251040-407f-4de3-8d56-320ef1414c2f",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"name": "Jones Family",
"photo_url": "https://eu.ui-avatars.com/api/?name=jones+family",
"bg_colour": "#35f4e1",
"has_portal_access": true,
"portal_access_status": "active",
"engagement_rating": "green",
"last_login": {
"logged_in_at": "2026-07-31T13:51:39+01:00",
"account_uuid": "uuid",
"account_name": "John Smith",
"device_type": "desktop",
"device_platform": "macos"
},
"portal_login_count_30d": 5,
"portal_login_count_90d": 12,
"portal_login_count_365d": 48,
"joint_account_uuid": "1e4496b5-7dd8-4766-9503-28f622926536",
"login_access_level": "write",
"current_life_stage_uuid": "2f21a1e3-2986-4bb3-90e4-fbd271958b1a"
},
"circles": {
"uuid": "60251040-407f-4de3-8d56-320ef1414c2f",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"name": "Jones Family",
"photo_url": "https://eu.ui-avatars.com/api/?name=jones+family",
"bg_colour": "#35f4e1",
"has_portal_access": true,
"portal_access_status": "active",
"engagement_rating": "green",
"last_login": {
"logged_in_at": "2026-07-31T13:51:39+01:00",
"account_uuid": "uuid",
"account_name": "John Smith",
"device_type": "desktop",
"device_platform": "macos"
},
"portal_login_count_30d": 5,
"portal_login_count_90d": 12,
"portal_login_count_365d": 48,
"joint_account_uuid": "1e4496b5-7dd8-4766-9503-28f622926536",
"login_access_level": "write",
"current_life_stage_uuid": "2f21a1e3-2986-4bb3-90e4-fbd271958b1a"
},
"ownership_percentage": 100,
"inactive_at": "2026-07-31",
"last_interaction_at": "2026-07-31 13:51:33",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-07-31T13:51:33+01:00",
"out_of_office_until": "2026-07-31T13:51:33+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
},
"custom_fields": {
"uuid": null,
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"type": "string",
"name": "Favourite Drink",
"reference": "favourite_drink",
"is_required": false,
"value": "Coffee",
"selection_options": [
"Coffee",
"Tea",
"Water"
],
"help_text": "This is the client's favourite drink."
},
"external_references": {
"uuid": "11459e50-cc8d-4eae-9b11-834742f98f37",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"third_party": "nucleus",
"reference": "AB123456"
}
}
],
"seller": {
"uuid": "cdccc718-d556-4a9e-93b6-a6aba771b0b8",
"created_at": "2026-07-31T13:51:33+01:00",
"updated_at": "2026-07-31T13:51:33+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": {
"uuid": "3b7a181e-b40e-4513-82f6-6630e03f0a6c",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"name": "Codepotato",
"slug": "codepotato",
"address_1": "Suite E, 5 The Briars",
"address_2": "Waterberry Drive",
"town_city": "Waterlooville",
"county": "Hampshire",
"postcode": "PO7 7YH",
"country": "United Kingdom",
"regulatory_text": "Regulatory text",
"logo": "https://api.plannrcrm.com/images/plannr.jpg",
"logo_icon": "https://api.plannrcrm.com/images/plannr-icon.jpg",
"brand_colours": {
"sidebar_background": "#0E0E56",
"sidebar_accent": "#36367E",
"sidebar_text": "#FFFFFF",
"sidebar_hover": "#0A0A42",
"sidebar_active": "#53DBB8",
"sidebar_title_background": "#36367E",
"sidebar_title_primary": "#FFC634",
"sidebar_title_secondary": "#FFFFFF",
"sidebar_title_secondary_hover": "#FFFFFF",
"email_background": "#0E0E56",
"email_logo_background_panel": "#36367E",
"email_sub_text": "#FFFFFF",
"email_button_background": "#36367E",
"email_button_text": "#FFFFFF",
"portal_sidebar_button_background": "#F6F6F6",
"portal_sidebar_button_hover": "#FFFFFF",
"portal_sidebar_button_active": "#FFFFFF",
"portal_brand_title": "#323B4B",
"portal_brand_sub_title": "#828994",
"portal_sidebar_title": "#11151D",
"portal_sidebar_text": "#323B4B",
"portal_sidebar_text_hover": "#323B4B",
"portal_sidebar_text_active": "#323B4B",
"portal_sidebar_icon": "#828994",
"portal_sidebar_icon_hover": "#828994",
"portal_sidebar_icon_active": "#828994",
"portal_background": "#F6F6F6",
"portal_sidebar_account_title": "#11151D",
"portal_sidebar_account_email": "#828994",
"portal_sidebar_divider": "#E3E5E9",
"portal_dashboard_bg_one": "#EF4583",
"portal_dashboard_bg_two": "#FFC634",
"portal_sidebar_collapse_button": "#828994",
"portal_sidebar_collapse_button_hover": "#B3B9C4",
"portal_sidebar_user_select_background": "#F6F6F6",
"portal_sidebar_user_select_hover": "#F6F6F6",
"portal_sidebar_user_select_text": "#323B4B",
"portal_sidebar_user_select_text_hover": "#323B4B",
"portal_sidebar_user_select_border": "#EEEEEE",
"portal_sidebar_user_select_border_hover": "#828994"
},
"is_subscribed": true,
"keep_deleted_files_for": 30,
"tax": 17.5,
"month_end": 25,
"statement_frequency": "monthly",
"billing": {
"invoice_address_1": "Suite E, 5 The Briars",
"invoice_address_2": "Waterberry Drive",
"invoice_town_city": "Waterlooville",
"invoice_county": "Hampshire",
"invoice_postcode": "PO7 7YH",
"invoice_country": "United Kingdom",
"invoice_email": "gareth@codepotato.co.uk"
},
"ip_whitelist": [
"192.168.0.1",
"127.0.0.1"
],
"welcome_paragraph_html": "<h1>Welcome.</h1>",
"email_welcome_paragraph_html": "Welcome to Plannr!",
"show_fact_find_illustrations": true,
"cc_email_addresses": [
"jack@example.com",
"jill@example.com"
],
"bcc_email_addresses": [
"jack@example.com",
"jill@example.com"
],
"reply_to_email_address": "jack@example.com",
"mobile_app_support_number": "01234 567890",
"mobile_app_support_email": "support@example.com"
},
"primary_phone_number": {
"uuid": "0ed9bbd6-df74-4f96-988b-68820d202ede",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"type": "phone_number",
"name": "Work number",
"value": "+443330903630",
"phone_number_meta": {
"country": "GB",
"formatted": "0333 090 3630"
}
},
"primary_email": {
"uuid": "0ed9bbd6-df74-4f96-988b-68820d202ede",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"type": "phone_number",
"name": "Work number",
"value": "+443330903630",
"phone_number_meta": {
"country": "GB",
"formatted": "0333 090 3630"
}
},
"current_time_entry": {
"uuid": "45215408-405a-46e8-9857-4c4e9a853294",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"name": "Research",
"description": "This is a description.",
"trackable_type": "Client",
"start_date": "2026-07-31T13:01:39+01:00",
"end_date": "2026-07-31T13:29:39+01:00",
"is_active": true,
"total_time_in_minutes": 28,
"computed_time_elapsed_in_seconds": 1680
},
"assigned_adviser": {
"uuid": "1356bcb1-2706-49a9-99e3-2d01837007ce",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+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-31T13:51:39+01:00",
"next_review_date": "2026-07-31T13:51:39+01:00",
"previous_review_date": "2026-07-31T13:51:39+01:00",
"anniversary_review_date": "2026-07-31T13:51:39+01:00",
"terms_of_business_at": "2026-07-31T13:51:39+01:00",
"client_agreement_at": "2026-07-31T13:51:39+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-07-31",
"last_interaction_at": "2026-07-31 13:51:39",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-07-31T13:51:39+01:00",
"out_of_office_until": "2026-07-31T13:51:39+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"assigned_administrator": {
"uuid": "1356bcb1-2706-49a9-99e3-2d01837007ce",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+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-31T13:51:39+01:00",
"next_review_date": "2026-07-31T13:51:39+01:00",
"previous_review_date": "2026-07-31T13:51:39+01:00",
"anniversary_review_date": "2026-07-31T13:51:39+01:00",
"terms_of_business_at": "2026-07-31T13:51:39+01:00",
"client_agreement_at": "2026-07-31T13:51:39+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-07-31",
"last_interaction_at": "2026-07-31 13:51:39",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-07-31T13:51:39+01:00",
"out_of_office_until": "2026-07-31T13:51:39+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"assigned_paraplanner": {
"uuid": "1356bcb1-2706-49a9-99e3-2d01837007ce",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+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-31T13:51:39+01:00",
"next_review_date": "2026-07-31T13:51:39+01:00",
"previous_review_date": "2026-07-31T13:51:39+01:00",
"anniversary_review_date": "2026-07-31T13:51:39+01:00",
"terms_of_business_at": "2026-07-31T13:51:39+01:00",
"client_agreement_at": "2026-07-31T13:51:39+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-07-31",
"last_interaction_at": "2026-07-31 13:51:39",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-07-31T13:51:39+01:00",
"out_of_office_until": "2026-07-31T13:51:39+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"introduced_by": {
"uuid": "1356bcb1-2706-49a9-99e3-2d01837007ce",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+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-31T13:51:39+01:00",
"next_review_date": "2026-07-31T13:51:39+01:00",
"previous_review_date": "2026-07-31T13:51:39+01:00",
"anniversary_review_date": "2026-07-31T13:51:39+01:00",
"terms_of_business_at": "2026-07-31T13:51:39+01:00",
"client_agreement_at": "2026-07-31T13:51:39+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-07-31",
"last_interaction_at": "2026-07-31 13:51:39",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-07-31T13:51:39+01:00",
"out_of_office_until": "2026-07-31T13:51:39+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"business_unit": {
"uuid": "09791b64-8f27-47b9-9c17-6fe18e800f24",
"name": "Wealth Management",
"has_alternative_branding": false,
"brand_colours": [],
"members_count": 3,
"groups_count": 2,
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00"
},
"groups": {
"uuid": null,
"name": "finance",
"slug": "finance",
"participants_count": "3",
"participants": {
"uuid": {
"example": null,
"description": "UUID of the account"
},
"role": {
"example": "client",
"description": "Role of the account"
},
"first_name": {
"example": "Gareth",
"description": "First name of the account"
},
"last_name": {
"example": "Thompson",
"description": "Last name of the account"
},
"name": {
"example": "Gareth Thompson",
"description": "Name of the account"
},
"email": {
"example": "gareth@codepotato.co.uk",
"description": "Email of the account"
}
},
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00"
},
"tags": {
"uuid": "8b0725be-5730-4849-8b6d-ad3e9d2ef8dd",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"name": "Mortgage",
"slug": "mortgage",
"colour": "#ef4582"
},
"owners": {
"uuid": "1356bcb1-2706-49a9-99e3-2d01837007ce",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+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-31T13:51:39+01:00",
"next_review_date": "2026-07-31T13:51:39+01:00",
"previous_review_date": "2026-07-31T13:51:39+01:00",
"anniversary_review_date": "2026-07-31T13:51:39+01:00",
"terms_of_business_at": "2026-07-31T13:51:39+01:00",
"client_agreement_at": "2026-07-31T13:51:39+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-07-31",
"last_interaction_at": "2026-07-31 13:51:39",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-07-31T13:51:39+01:00",
"out_of_office_until": "2026-07-31T13:51:39+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"first_contact_date": "2026-07-31T13:51:33+01:00",
"next_review_date": "2026-07-31T13:51:33+01:00",
"previous_review_date": "2026-07-31T13:51:33+01:00",
"anniversary_review_date": "2026-07-31T13:51:33+01:00",
"terms_of_business_at": "2026-07-31T13:51:33+01:00",
"client_agreement_at": "2026-07-31T13:51:33+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"joint_account_circle": {
"uuid": "60251040-407f-4de3-8d56-320ef1414c2f",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"name": "Jones Family",
"photo_url": "https://eu.ui-avatars.com/api/?name=jones+family",
"bg_colour": "#35f4e1",
"has_portal_access": true,
"portal_access_status": "active",
"engagement_rating": "green",
"last_login": {
"logged_in_at": "2026-07-31T13:51:39+01:00",
"account_uuid": "uuid",
"account_name": "John Smith",
"device_type": "desktop",
"device_platform": "macos"
},
"portal_login_count_30d": 5,
"portal_login_count_90d": 12,
"portal_login_count_365d": 48,
"joint_account_uuid": "1e4496b5-7dd8-4766-9503-28f622926536",
"login_access_level": "write",
"current_life_stage_uuid": "2f21a1e3-2986-4bb3-90e4-fbd271958b1a"
},
"circles": {
"uuid": "60251040-407f-4de3-8d56-320ef1414c2f",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"name": "Jones Family",
"photo_url": "https://eu.ui-avatars.com/api/?name=jones+family",
"bg_colour": "#35f4e1",
"has_portal_access": true,
"portal_access_status": "active",
"engagement_rating": "green",
"last_login": {
"logged_in_at": "2026-07-31T13:51:39+01:00",
"account_uuid": "uuid",
"account_name": "John Smith",
"device_type": "desktop",
"device_platform": "macos"
},
"portal_login_count_30d": 5,
"portal_login_count_90d": 12,
"portal_login_count_365d": 48,
"joint_account_uuid": "1e4496b5-7dd8-4766-9503-28f622926536",
"login_access_level": "write",
"current_life_stage_uuid": "2f21a1e3-2986-4bb3-90e4-fbd271958b1a"
},
"ownership_percentage": 100,
"inactive_at": "2026-07-31",
"last_interaction_at": "2026-07-31 13:51:33",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-07-31T13:51:33+01:00",
"out_of_office_until": "2026-07-31T13:51:33+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
},
"custom_fields": {
"uuid": null,
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"type": "string",
"name": "Favourite Drink",
"reference": "favourite_drink",
"is_required": false,
"value": "Coffee",
"selection_options": [
"Coffee",
"Tea",
"Water"
],
"help_text": "This is the client's favourite drink."
},
"external_references": {
"uuid": "11459e50-cc8d-4eae-9b11-834742f98f37",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"third_party": "nucleus",
"reference": "AB123456"
}
},
"linked_owners": [
{
"uuid": "35ae0315-10fc-4faf-a034-db9e9ef513b2",
"created_at": "2026-07-31T13:51:33+01:00",
"updated_at": "2026-07-31T13:51:33+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": {
"uuid": "3b7a181e-b40e-4513-82f6-6630e03f0a6c",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"name": "Codepotato",
"slug": "codepotato",
"address_1": "Suite E, 5 The Briars",
"address_2": "Waterberry Drive",
"town_city": "Waterlooville",
"county": "Hampshire",
"postcode": "PO7 7YH",
"country": "United Kingdom",
"regulatory_text": "Regulatory text",
"logo": "https://api.plannrcrm.com/images/plannr.jpg",
"logo_icon": "https://api.plannrcrm.com/images/plannr-icon.jpg",
"brand_colours": {
"sidebar_background": "#0E0E56",
"sidebar_accent": "#36367E",
"sidebar_text": "#FFFFFF",
"sidebar_hover": "#0A0A42",
"sidebar_active": "#53DBB8",
"sidebar_title_background": "#36367E",
"sidebar_title_primary": "#FFC634",
"sidebar_title_secondary": "#FFFFFF",
"sidebar_title_secondary_hover": "#FFFFFF",
"email_background": "#0E0E56",
"email_logo_background_panel": "#36367E",
"email_sub_text": "#FFFFFF",
"email_button_background": "#36367E",
"email_button_text": "#FFFFFF",
"portal_sidebar_button_background": "#F6F6F6",
"portal_sidebar_button_hover": "#FFFFFF",
"portal_sidebar_button_active": "#FFFFFF",
"portal_brand_title": "#323B4B",
"portal_brand_sub_title": "#828994",
"portal_sidebar_title": "#11151D",
"portal_sidebar_text": "#323B4B",
"portal_sidebar_text_hover": "#323B4B",
"portal_sidebar_text_active": "#323B4B",
"portal_sidebar_icon": "#828994",
"portal_sidebar_icon_hover": "#828994",
"portal_sidebar_icon_active": "#828994",
"portal_background": "#F6F6F6",
"portal_sidebar_account_title": "#11151D",
"portal_sidebar_account_email": "#828994",
"portal_sidebar_divider": "#E3E5E9",
"portal_dashboard_bg_one": "#EF4583",
"portal_dashboard_bg_two": "#FFC634",
"portal_sidebar_collapse_button": "#828994",
"portal_sidebar_collapse_button_hover": "#B3B9C4",
"portal_sidebar_user_select_background": "#F6F6F6",
"portal_sidebar_user_select_hover": "#F6F6F6",
"portal_sidebar_user_select_text": "#323B4B",
"portal_sidebar_user_select_text_hover": "#323B4B",
"portal_sidebar_user_select_border": "#EEEEEE",
"portal_sidebar_user_select_border_hover": "#828994"
},
"is_subscribed": true,
"keep_deleted_files_for": 30,
"tax": 17.5,
"month_end": 25,
"statement_frequency": "monthly",
"billing": {
"invoice_address_1": "Suite E, 5 The Briars",
"invoice_address_2": "Waterberry Drive",
"invoice_town_city": "Waterlooville",
"invoice_county": "Hampshire",
"invoice_postcode": "PO7 7YH",
"invoice_country": "United Kingdom",
"invoice_email": "gareth@codepotato.co.uk"
},
"ip_whitelist": [
"192.168.0.1",
"127.0.0.1"
],
"welcome_paragraph_html": "<h1>Welcome.</h1>",
"email_welcome_paragraph_html": "Welcome to Plannr!",
"show_fact_find_illustrations": true,
"cc_email_addresses": [
"jack@example.com",
"jill@example.com"
],
"bcc_email_addresses": [
"jack@example.com",
"jill@example.com"
],
"reply_to_email_address": "jack@example.com",
"mobile_app_support_number": "01234 567890",
"mobile_app_support_email": "support@example.com"
},
"primary_phone_number": {
"uuid": "0ed9bbd6-df74-4f96-988b-68820d202ede",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"type": "phone_number",
"name": "Work number",
"value": "+443330903630",
"phone_number_meta": {
"country": "GB",
"formatted": "0333 090 3630"
}
},
"primary_email": {
"uuid": "0ed9bbd6-df74-4f96-988b-68820d202ede",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"type": "phone_number",
"name": "Work number",
"value": "+443330903630",
"phone_number_meta": {
"country": "GB",
"formatted": "0333 090 3630"
}
},
"current_time_entry": {
"uuid": "45215408-405a-46e8-9857-4c4e9a853294",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"name": "Research",
"description": "This is a description.",
"trackable_type": "Client",
"start_date": "2026-07-31T13:01:39+01:00",
"end_date": "2026-07-31T13:29:39+01:00",
"is_active": true,
"total_time_in_minutes": 28,
"computed_time_elapsed_in_seconds": 1680
},
"assigned_adviser": {
"uuid": "1356bcb1-2706-49a9-99e3-2d01837007ce",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+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-31T13:51:39+01:00",
"next_review_date": "2026-07-31T13:51:39+01:00",
"previous_review_date": "2026-07-31T13:51:39+01:00",
"anniversary_review_date": "2026-07-31T13:51:39+01:00",
"terms_of_business_at": "2026-07-31T13:51:39+01:00",
"client_agreement_at": "2026-07-31T13:51:39+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-07-31",
"last_interaction_at": "2026-07-31 13:51:39",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-07-31T13:51:39+01:00",
"out_of_office_until": "2026-07-31T13:51:39+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"assigned_administrator": {
"uuid": "1356bcb1-2706-49a9-99e3-2d01837007ce",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+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-31T13:51:39+01:00",
"next_review_date": "2026-07-31T13:51:39+01:00",
"previous_review_date": "2026-07-31T13:51:39+01:00",
"anniversary_review_date": "2026-07-31T13:51:39+01:00",
"terms_of_business_at": "2026-07-31T13:51:39+01:00",
"client_agreement_at": "2026-07-31T13:51:39+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-07-31",
"last_interaction_at": "2026-07-31 13:51:39",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-07-31T13:51:39+01:00",
"out_of_office_until": "2026-07-31T13:51:39+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"assigned_paraplanner": {
"uuid": "1356bcb1-2706-49a9-99e3-2d01837007ce",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+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-31T13:51:39+01:00",
"next_review_date": "2026-07-31T13:51:39+01:00",
"previous_review_date": "2026-07-31T13:51:39+01:00",
"anniversary_review_date": "2026-07-31T13:51:39+01:00",
"terms_of_business_at": "2026-07-31T13:51:39+01:00",
"client_agreement_at": "2026-07-31T13:51:39+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-07-31",
"last_interaction_at": "2026-07-31 13:51:39",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-07-31T13:51:39+01:00",
"out_of_office_until": "2026-07-31T13:51:39+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"introduced_by": {
"uuid": "1356bcb1-2706-49a9-99e3-2d01837007ce",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+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-31T13:51:39+01:00",
"next_review_date": "2026-07-31T13:51:39+01:00",
"previous_review_date": "2026-07-31T13:51:39+01:00",
"anniversary_review_date": "2026-07-31T13:51:39+01:00",
"terms_of_business_at": "2026-07-31T13:51:39+01:00",
"client_agreement_at": "2026-07-31T13:51:39+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-07-31",
"last_interaction_at": "2026-07-31 13:51:39",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-07-31T13:51:39+01:00",
"out_of_office_until": "2026-07-31T13:51:39+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"business_unit": {
"uuid": "09791b64-8f27-47b9-9c17-6fe18e800f24",
"name": "Wealth Management",
"has_alternative_branding": false,
"brand_colours": [],
"members_count": 3,
"groups_count": 2,
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00"
},
"groups": {
"uuid": null,
"name": "finance",
"slug": "finance",
"participants_count": "3",
"participants": {
"uuid": {
"example": null,
"description": "UUID of the account"
},
"role": {
"example": "client",
"description": "Role of the account"
},
"first_name": {
"example": "Gareth",
"description": "First name of the account"
},
"last_name": {
"example": "Thompson",
"description": "Last name of the account"
},
"name": {
"example": "Gareth Thompson",
"description": "Name of the account"
},
"email": {
"example": "gareth@codepotato.co.uk",
"description": "Email of the account"
}
},
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00"
},
"tags": {
"uuid": "8b0725be-5730-4849-8b6d-ad3e9d2ef8dd",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"name": "Mortgage",
"slug": "mortgage",
"colour": "#ef4582"
},
"owners": {
"uuid": "1356bcb1-2706-49a9-99e3-2d01837007ce",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+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-31T13:51:39+01:00",
"next_review_date": "2026-07-31T13:51:39+01:00",
"previous_review_date": "2026-07-31T13:51:39+01:00",
"anniversary_review_date": "2026-07-31T13:51:39+01:00",
"terms_of_business_at": "2026-07-31T13:51:39+01:00",
"client_agreement_at": "2026-07-31T13:51:39+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-07-31",
"last_interaction_at": "2026-07-31 13:51:39",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-07-31T13:51:39+01:00",
"out_of_office_until": "2026-07-31T13:51:39+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"first_contact_date": "2026-07-31T13:51:33+01:00",
"next_review_date": "2026-07-31T13:51:33+01:00",
"previous_review_date": "2026-07-31T13:51:33+01:00",
"anniversary_review_date": "2026-07-31T13:51:33+01:00",
"terms_of_business_at": "2026-07-31T13:51:33+01:00",
"client_agreement_at": "2026-07-31T13:51:33+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"joint_account_circle": {
"uuid": "60251040-407f-4de3-8d56-320ef1414c2f",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"name": "Jones Family",
"photo_url": "https://eu.ui-avatars.com/api/?name=jones+family",
"bg_colour": "#35f4e1",
"has_portal_access": true,
"portal_access_status": "active",
"engagement_rating": "green",
"last_login": {
"logged_in_at": "2026-07-31T13:51:39+01:00",
"account_uuid": "uuid",
"account_name": "John Smith",
"device_type": "desktop",
"device_platform": "macos"
},
"portal_login_count_30d": 5,
"portal_login_count_90d": 12,
"portal_login_count_365d": 48,
"joint_account_uuid": "1e4496b5-7dd8-4766-9503-28f622926536",
"login_access_level": "write",
"current_life_stage_uuid": "2f21a1e3-2986-4bb3-90e4-fbd271958b1a"
},
"circles": {
"uuid": "60251040-407f-4de3-8d56-320ef1414c2f",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"name": "Jones Family",
"photo_url": "https://eu.ui-avatars.com/api/?name=jones+family",
"bg_colour": "#35f4e1",
"has_portal_access": true,
"portal_access_status": "active",
"engagement_rating": "green",
"last_login": {
"logged_in_at": "2026-07-31T13:51:39+01:00",
"account_uuid": "uuid",
"account_name": "John Smith",
"device_type": "desktop",
"device_platform": "macos"
},
"portal_login_count_30d": 5,
"portal_login_count_90d": 12,
"portal_login_count_365d": 48,
"joint_account_uuid": "1e4496b5-7dd8-4766-9503-28f622926536",
"login_access_level": "write",
"current_life_stage_uuid": "2f21a1e3-2986-4bb3-90e4-fbd271958b1a"
},
"ownership_percentage": 100,
"inactive_at": "2026-07-31",
"last_interaction_at": "2026-07-31 13:51:33",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-07-31T13:51:33+01:00",
"out_of_office_until": "2026-07-31T13:51:33+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
},
"custom_fields": {
"uuid": null,
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"type": "string",
"name": "Favourite Drink",
"reference": "favourite_drink",
"is_required": false,
"value": "Coffee",
"selection_options": [
"Coffee",
"Tea",
"Water"
],
"help_text": "This is the client's favourite drink."
},
"external_references": {
"uuid": "11459e50-cc8d-4eae-9b11-834742f98f37",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"third_party": "nucleus",
"reference": "AB123456"
}
}
],
"linked_plans": [
{
"uuid": "cba47281-7d7c-4b69-971f-2f0ac5f59f59",
"created_at": "2026-07-31T13:51:33+01:00",
"updated_at": "2026-07-31T13:51:33+01:00",
"opened_at": "2026-07-31T13:51:33+01:00",
"name": "Johns ISA",
"type": "cash_account",
"sub_type": "lifetime isa",
"abstract_type": "asset",
"policy_number": "AVIVA-123",
"proposal_reference": "AB123456",
"status": "inactive",
"inactive_at": "2026-07-31T13:51:33+01:00",
"inactive_reason": "claimed",
"agency_in_your_name": true,
"agency_in_your_name_from": "2025-07-31",
"originally_sold_by_firm": true,
"under_advice": true,
"visible_on_client_portal": true,
"include_in_client_valuation": true,
"show_on_joint": true,
"shown_on_circles": true,
"review_date": "2025-07-31",
"on_panel": true,
"is_group_scheme": false,
"is_sub_group_scheme": false,
"is_group_scheme_member": false,
"advice_area": "non_investment_insurance",
"main_account": {
"uuid": "355ce0aa-1223-4c2e-890b-5b2a546e2999",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"name": "John's ISA",
"policy_number": "AVI-4837",
"is_main_account": false,
"statistics": {
"recent_growth": 100
}
},
"sub_accounts": {
"uuid": "355ce0aa-1223-4c2e-890b-5b2a546e2999",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"name": "John's ISA",
"policy_number": "AVI-4837",
"is_main_account": false,
"statistics": {
"recent_growth": 100
}
},
"provider": {
"uuid": "020d6063-5b19-48af-b1ad-8afa885508b9",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"name": "AJ Bell",
"slug": "aj-bell"
},
"covers": {
"uuid": "c85415de-c957-4582-868e-d3ef090aed3c",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"cover_type": "critical_illness",
"benefit_amount": {
"amount": {
"example": "25000000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£250,000.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": null,
"description": "Currency of the money"
}
},
"benefit_frequency": "monthly",
"benefit_status": "active",
"excess": {
"amount": {
"example": "10000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£100.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": null,
"description": "Currency of the money"
}
},
"indexation": 1.4
},
"claims": {
"uuid": "9dff3b75-6dae-4bef-ade4-27acdb9121e7",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"claim_amount": {
"amount": {
"example": "25000000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£250,000.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": null,
"description": "Currency of the money"
}
},
"claim_start_date": "2025-07-31",
"claim_end_date": "2031-07-31",
"claim_notes": "Claim notes"
},
"total_benefit_amount": {
"amount": {
"example": "25000000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£250,000.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": "GBP",
"description": "Currency of the money"
}
},
"total_benefits": {
"critical_illness": {
"amount": {
"example": "15000000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£150,000.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": "GBP",
"description": "Currency of the money"
}
},
"family_income_benefit": {
"amount": {
"example": "10000000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£100,000.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": "GBP",
"description": "Currency of the money"
}
}
},
"latest_valuations": {
"uuid": "46f66aeb-a547-4d9d-b19b-ffadccf72966",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"valued_at": "2026-07-31T13:51:39+01:00",
"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"
}
}
},
"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"
}
},
"valued_at": "2026-07-31T13:51:33+01:00",
"original_valued_at": "2026-07-30T13:51:33+01:00",
"client": {
"uuid": "1356bcb1-2706-49a9-99e3-2d01837007ce",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+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-31T13:51:39+01:00",
"next_review_date": "2026-07-31T13:51:39+01:00",
"previous_review_date": "2026-07-31T13:51:39+01:00",
"anniversary_review_date": "2026-07-31T13:51:39+01:00",
"terms_of_business_at": "2026-07-31T13:51:39+01:00",
"client_agreement_at": "2026-07-31T13:51:39+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-07-31",
"last_interaction_at": "2026-07-31 13:51:39",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-07-31T13:51:39+01:00",
"out_of_office_until": "2026-07-31T13:51:39+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"accounts": {
"uuid": "1356bcb1-2706-49a9-99e3-2d01837007ce",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+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-31T13:51:39+01:00",
"next_review_date": "2026-07-31T13:51:39+01:00",
"previous_review_date": "2026-07-31T13:51:39+01:00",
"anniversary_review_date": "2026-07-31T13:51:39+01:00",
"terms_of_business_at": "2026-07-31T13:51:39+01:00",
"client_agreement_at": "2026-07-31T13:51:39+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-07-31",
"last_interaction_at": "2026-07-31 13:51:39",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-07-31T13:51:39+01:00",
"out_of_office_until": "2026-07-31T13:51:39+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"seller": {
"uuid": "1356bcb1-2706-49a9-99e3-2d01837007ce",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+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-31T13:51:39+01:00",
"next_review_date": "2026-07-31T13:51:39+01:00",
"previous_review_date": "2026-07-31T13:51:39+01:00",
"anniversary_review_date": "2026-07-31T13:51:39+01:00",
"terms_of_business_at": "2026-07-31T13:51:39+01:00",
"client_agreement_at": "2026-07-31T13:51:39+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-07-31",
"last_interaction_at": "2026-07-31 13:51:39",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-07-31T13:51:39+01:00",
"out_of_office_until": "2026-07-31T13:51:39+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"linked_owners": {
"uuid": "1356bcb1-2706-49a9-99e3-2d01837007ce",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+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-31T13:51:39+01:00",
"next_review_date": "2026-07-31T13:51:39+01:00",
"previous_review_date": "2026-07-31T13:51:39+01:00",
"anniversary_review_date": "2026-07-31T13:51:39+01:00",
"terms_of_business_at": "2026-07-31T13:51:39+01:00",
"client_agreement_at": "2026-07-31T13:51:39+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-07-31",
"last_interaction_at": "2026-07-31 13:51:39",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-07-31T13:51:39+01:00",
"out_of_office_until": "2026-07-31T13:51:39+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"linked_plans": {
"uuid": "50763f07-e707-41b6-a1f8-b40380bc7058",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"opened_at": "2026-07-31T13:51:39+01:00",
"name": "Johns ISA",
"type": "cash_account",
"sub_type": "lifetime isa",
"abstract_type": "asset",
"policy_number": "AVIVA-123",
"proposal_reference": "AB123456",
"status": "inactive",
"inactive_at": "2026-07-31T13:51:39+01:00",
"inactive_reason": "claimed",
"agency_in_your_name": true,
"agency_in_your_name_from": "2025-07-31",
"originally_sold_by_firm": true,
"under_advice": true,
"visible_on_client_portal": true,
"include_in_client_valuation": true,
"show_on_joint": true,
"shown_on_circles": true,
"review_date": "2025-07-31",
"on_panel": true,
"is_group_scheme": false,
"is_sub_group_scheme": false,
"is_group_scheme_member": false,
"advice_area": "non_investment_insurance",
"total_benefit_amount": {
"amount": {
"example": "25000000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£250,000.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": null,
"description": "Currency of the money"
}
},
"total_benefits": {
"critical_illness": {
"amount": {
"example": "15000000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£150,000.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": null,
"description": "Currency of the money"
}
},
"family_income_benefit": {
"amount": {
"example": "10000000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£100,000.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": null,
"description": "Currency of the money"
}
}
},
"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"
}
},
"valued_at": "2026-07-31T13:51:39+01:00",
"original_valued_at": "2026-07-30T13:51:39+01:00",
"statistics": {
"recent_growth": 100
},
"is_wrap_product": false,
"is_wrap_child": false,
"can_be_deleted": "false"
},
"visible_to_circles": {
"uuid": "60251040-407f-4de3-8d56-320ef1414c2f",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"name": "Jones Family",
"photo_url": "https://eu.ui-avatars.com/api/?name=jones+family",
"bg_colour": "#35f4e1",
"has_portal_access": true,
"portal_access_status": "active",
"engagement_rating": "green",
"last_login": {
"logged_in_at": "2026-07-31T13:51:39+01:00",
"account_uuid": "uuid",
"account_name": "John Smith",
"device_type": "desktop",
"device_platform": "macos"
},
"portal_login_count_30d": 5,
"portal_login_count_90d": 12,
"portal_login_count_365d": 48,
"joint_account_uuid": "1e4496b5-7dd8-4766-9503-28f622926536",
"login_access_level": "write",
"current_life_stage_uuid": "2f21a1e3-2986-4bb3-90e4-fbd271958b1a"
},
"statistics": {
"recent_growth": 100
},
"cases": {
"uuid": "fb5558e6-0e2e-4658-9493-928effe52b65",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"name": "finance",
"slug": "finance",
"review_at": "2026-07-31T13:51:39+01:00",
"assigned_to_uuids": [
null
],
"group_uuids": [
null
],
"completed_at": "2026-07-31T13:51:39+01:00",
"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"
}
},
"status_position": 4,
"participants_count": 4,
"task_board_uuid": null
},
"tags": {
"uuid": "8b0725be-5730-4849-8b6d-ad3e9d2ef8dd",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"name": "Mortgage",
"slug": "mortgage",
"colour": "#ef4582"
},
"is_wrap_product": false,
"is_wrap_child": false,
"wrap": {
"uuid": "50763f07-e707-41b6-a1f8-b40380bc7058",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"opened_at": "2026-07-31T13:51:39+01:00",
"name": "Johns ISA",
"type": "cash_account",
"sub_type": "lifetime isa",
"abstract_type": "asset",
"policy_number": "AVIVA-123",
"proposal_reference": "AB123456",
"status": "inactive",
"inactive_at": "2026-07-31T13:51:39+01:00",
"inactive_reason": "claimed",
"agency_in_your_name": true,
"agency_in_your_name_from": "2025-07-31",
"originally_sold_by_firm": true,
"under_advice": true,
"visible_on_client_portal": true,
"include_in_client_valuation": true,
"show_on_joint": true,
"shown_on_circles": true,
"review_date": "2025-07-31",
"on_panel": true,
"is_group_scheme": false,
"is_sub_group_scheme": false,
"is_group_scheme_member": false,
"advice_area": "non_investment_insurance",
"total_benefit_amount": {
"amount": {
"example": "25000000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£250,000.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": null,
"description": "Currency of the money"
}
},
"total_benefits": {
"critical_illness": {
"amount": {
"example": "15000000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£150,000.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": null,
"description": "Currency of the money"
}
},
"family_income_benefit": {
"amount": {
"example": "10000000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£100,000.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": null,
"description": "Currency of the money"
}
}
},
"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"
}
},
"valued_at": "2026-07-31T13:51:39+01:00",
"original_valued_at": "2026-07-30T13:51:39+01:00",
"statistics": {
"recent_growth": 100
},
"is_wrap_product": false,
"is_wrap_child": false,
"can_be_deleted": "false"
},
"wrap_children": {
"uuid": "50763f07-e707-41b6-a1f8-b40380bc7058",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"opened_at": "2026-07-31T13:51:39+01:00",
"name": "Johns ISA",
"type": "cash_account",
"sub_type": "lifetime isa",
"abstract_type": "asset",
"policy_number": "AVIVA-123",
"proposal_reference": "AB123456",
"status": "inactive",
"inactive_at": "2026-07-31T13:51:39+01:00",
"inactive_reason": "claimed",
"agency_in_your_name": true,
"agency_in_your_name_from": "2025-07-31",
"originally_sold_by_firm": true,
"under_advice": true,
"visible_on_client_portal": true,
"include_in_client_valuation": true,
"show_on_joint": true,
"shown_on_circles": true,
"review_date": "2025-07-31",
"on_panel": true,
"is_group_scheme": false,
"is_sub_group_scheme": false,
"is_group_scheme_member": false,
"advice_area": "non_investment_insurance",
"total_benefit_amount": {
"amount": {
"example": "25000000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£250,000.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": null,
"description": "Currency of the money"
}
},
"total_benefits": {
"critical_illness": {
"amount": {
"example": "15000000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£150,000.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": null,
"description": "Currency of the money"
}
},
"family_income_benefit": {
"amount": {
"example": "10000000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£100,000.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": null,
"description": "Currency of the money"
}
}
},
"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"
}
},
"valued_at": "2026-07-31T13:51:39+01:00",
"original_valued_at": "2026-07-30T13:51:39+01:00",
"statistics": {
"recent_growth": 100
},
"is_wrap_product": false,
"is_wrap_child": false,
"can_be_deleted": "false"
},
"linked_policy_numbers": {
"uuid": "8bfa8530-f552-47b2-8683-b622cf9e4089",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"linked_policy_number": "ABC123-X"
},
"can_be_deleted": "false",
"contract_enquiry_account": {
"uuid": "1356bcb1-2706-49a9-99e3-2d01837007ce",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+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-31T13:51:39+01:00",
"next_review_date": "2026-07-31T13:51:39+01:00",
"previous_review_date": "2026-07-31T13:51:39+01:00",
"anniversary_review_date": "2026-07-31T13:51:39+01:00",
"terms_of_business_at": "2026-07-31T13:51:39+01:00",
"client_agreement_at": "2026-07-31T13:51:39+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-07-31",
"last_interaction_at": "2026-07-31 13:51:39",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-07-31T13:51:39+01:00",
"out_of_office_until": "2026-07-31T13:51:39+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"custom_fields": {
"uuid": null,
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"type": "string",
"name": "Favourite Drink",
"reference": "favourite_drink",
"is_required": false,
"value": "Coffee",
"selection_options": [
"Coffee",
"Tea",
"Water"
],
"help_text": "This is the client's favourite drink."
},
"external_references": {
"uuid": "11459e50-cc8d-4eae-9b11-834742f98f37",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"third_party": "nucleus",
"reference": "AB123456"
}
}
],
"visible_to_circles": {
"uuid": "e1f730d3-c6cd-4ddf-a51e-f9e7cddd1ba3",
"created_at": "2026-07-31T13:51:33+01:00",
"updated_at": "2026-07-31T13:51:33+01:00",
"name": "Jones Family",
"photo_url": "https://eu.ui-avatars.com/api/?name=jones+family",
"bg_colour": "#35f4e1",
"has_portal_access": true,
"portal_access_status": "active",
"engagement_rating": "green",
"last_login": {
"logged_in_at": "2026-07-31T13:51:33+01:00",
"account_uuid": "uuid",
"account_name": "John Smith",
"device_type": "desktop",
"device_platform": "macos"
},
"portal_login_count_30d": 5,
"portal_login_count_90d": 12,
"portal_login_count_365d": 48,
"accounts": {
"uuid": "1356bcb1-2706-49a9-99e3-2d01837007ce",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+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-31T13:51:39+01:00",
"next_review_date": "2026-07-31T13:51:39+01:00",
"previous_review_date": "2026-07-31T13:51:39+01:00",
"anniversary_review_date": "2026-07-31T13:51:39+01:00",
"terms_of_business_at": "2026-07-31T13:51:39+01:00",
"client_agreement_at": "2026-07-31T13:51:39+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-07-31",
"last_interaction_at": "2026-07-31 13:51:39",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-07-31T13:51:39+01:00",
"out_of_office_until": "2026-07-31T13:51:39+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"groups": {
"uuid": null,
"name": "finance",
"slug": "finance",
"participants_count": "3",
"participants": {
"uuid": {
"example": null,
"description": "UUID of the account"
},
"role": {
"example": "client",
"description": "Role of the account"
},
"first_name": {
"example": "Gareth",
"description": "First name of the account"
},
"last_name": {
"example": "Thompson",
"description": "Last name of the account"
},
"name": {
"example": "Gareth Thompson",
"description": "Name of the account"
},
"email": {
"example": "gareth@codepotato.co.uk",
"description": "Email of the account"
}
},
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00"
},
"joint_account_uuid": "ffc2eac3-a63e-4216-b1a0-a6bb53739ccd",
"login_access_level": "write",
"current_life_stage_uuid": "624163b8-e706-426c-ab27-3d1c455ae8bc",
"external_references": {
"uuid": "11459e50-cc8d-4eae-9b11-834742f98f37",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"third_party": "nucleus",
"reference": "AB123456"
}
},
"statistics": {
"recent_growth": 100
},
"cases": [
{
"uuid": "211fcd2b-30b6-4663-a078-ffc772a29079",
"created_at": "2026-07-31T13:51:33+01:00",
"updated_at": "2026-07-31T13:51:33+01:00",
"name": "finance",
"slug": "finance",
"status": {
"uuid": "427c0288-c84b-4d0e-9f2a-2d0cb37298f7",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"name": "To Be Reviewed",
"colour": "#23852B",
"position": 5,
"is_type_completed": false
},
"type": {
"uuid": null,
"name": "Mortgage Plan",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00"
},
"review_at": "2026-07-31T13:51:33+01:00",
"assigned_to_uuids": [
"32ce1ad1-f465-4f6a-9cf8-b4f92c4586dc"
],
"group_uuids": [
"488b56e5-1e92-47f4-ac33-af2b961c08f0"
],
"completed_at": "2026-07-31T13:51:33+01:00",
"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"
}
},
"status_position": 4,
"participants_count": 4,
"participants": {
"uuid": "1356bcb1-2706-49a9-99e3-2d01837007ce",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+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-31T13:51:39+01:00",
"next_review_date": "2026-07-31T13:51:39+01:00",
"previous_review_date": "2026-07-31T13:51:39+01:00",
"anniversary_review_date": "2026-07-31T13:51:39+01:00",
"terms_of_business_at": "2026-07-31T13:51:39+01:00",
"client_agreement_at": "2026-07-31T13:51:39+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-07-31",
"last_interaction_at": "2026-07-31 13:51:39",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-07-31T13:51:39+01:00",
"out_of_office_until": "2026-07-31T13:51:39+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"task_board_uuid": "b26d90d4-3c23-4106-b753-af3fe0479438",
"plans": {
"uuid": "50763f07-e707-41b6-a1f8-b40380bc7058",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"opened_at": "2026-07-31T13:51:39+01:00",
"name": "Johns ISA",
"type": "cash_account",
"sub_type": "lifetime isa",
"abstract_type": "asset",
"policy_number": "AVIVA-123",
"proposal_reference": "AB123456",
"status": "inactive",
"inactive_at": "2026-07-31T13:51:39+01:00",
"inactive_reason": "claimed",
"agency_in_your_name": true,
"agency_in_your_name_from": "2025-07-31",
"originally_sold_by_firm": true,
"under_advice": true,
"visible_on_client_portal": true,
"include_in_client_valuation": true,
"show_on_joint": true,
"shown_on_circles": true,
"review_date": "2025-07-31",
"on_panel": true,
"is_group_scheme": false,
"is_sub_group_scheme": false,
"is_group_scheme_member": false,
"advice_area": "non_investment_insurance",
"total_benefit_amount": {
"amount": {
"example": "25000000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£250,000.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": null,
"description": "Currency of the money"
}
},
"total_benefits": {
"critical_illness": {
"amount": {
"example": "15000000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£150,000.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": null,
"description": "Currency of the money"
}
},
"family_income_benefit": {
"amount": {
"example": "10000000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£100,000.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": null,
"description": "Currency of the money"
}
}
},
"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"
}
},
"valued_at": "2026-07-31T13:51:39+01:00",
"original_valued_at": "2026-07-30T13:51:39+01:00",
"statistics": {
"recent_growth": 100
},
"is_wrap_product": false,
"is_wrap_child": false,
"can_be_deleted": "false"
},
"custom_fields": {
"uuid": null,
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"type": "string",
"name": "Favourite Drink",
"reference": "favourite_drink",
"is_required": false,
"value": "Coffee",
"selection_options": [
"Coffee",
"Tea",
"Water"
],
"help_text": "This is the client's favourite drink."
}
}
],
"tags": [
{
"uuid": "854233b1-16d6-4386-9751-3759bc821f63",
"created_at": "2026-07-31T13:51:33+01:00",
"updated_at": "2026-07-31T13:51:33+01:00",
"name": "Mortgage",
"slug": "mortgage",
"colour": "#ef4582"
}
],
"is_wrap_product": false,
"is_wrap_child": false,
"wrap": {
"uuid": "42a3626e-7961-48c4-9e99-12895ad38091",
"created_at": "2026-07-31T13:51:33+01:00",
"updated_at": "2026-07-31T13:51:33+01:00",
"opened_at": "2026-07-31T13:51:33+01:00",
"name": "Johns ISA",
"type": "cash_account",
"sub_type": "lifetime isa",
"abstract_type": "asset",
"policy_number": "AVIVA-123",
"proposal_reference": "AB123456",
"status": "inactive",
"inactive_at": "2026-07-31T13:51:33+01:00",
"inactive_reason": "claimed",
"agency_in_your_name": true,
"agency_in_your_name_from": "2025-07-31",
"originally_sold_by_firm": true,
"under_advice": true,
"visible_on_client_portal": true,
"include_in_client_valuation": true,
"show_on_joint": true,
"shown_on_circles": true,
"review_date": "2025-07-31",
"on_panel": true,
"is_group_scheme": false,
"is_sub_group_scheme": false,
"is_group_scheme_member": false,
"advice_area": "non_investment_insurance",
"main_account": {
"uuid": "355ce0aa-1223-4c2e-890b-5b2a546e2999",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"name": "John's ISA",
"policy_number": "AVI-4837",
"is_main_account": false,
"statistics": {
"recent_growth": 100
}
},
"sub_accounts": {
"uuid": "355ce0aa-1223-4c2e-890b-5b2a546e2999",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"name": "John's ISA",
"policy_number": "AVI-4837",
"is_main_account": false,
"statistics": {
"recent_growth": 100
}
},
"provider": {
"uuid": "020d6063-5b19-48af-b1ad-8afa885508b9",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"name": "AJ Bell",
"slug": "aj-bell"
},
"covers": {
"uuid": "c85415de-c957-4582-868e-d3ef090aed3c",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"cover_type": "critical_illness",
"benefit_amount": {
"amount": {
"example": "25000000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£250,000.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": null,
"description": "Currency of the money"
}
},
"benefit_frequency": "monthly",
"benefit_status": "active",
"excess": {
"amount": {
"example": "10000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£100.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": null,
"description": "Currency of the money"
}
},
"indexation": 1.4
},
"claims": {
"uuid": "9dff3b75-6dae-4bef-ade4-27acdb9121e7",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"claim_amount": {
"amount": {
"example": "25000000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£250,000.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": null,
"description": "Currency of the money"
}
},
"claim_start_date": "2025-07-31",
"claim_end_date": "2031-07-31",
"claim_notes": "Claim notes"
},
"total_benefit_amount": {
"amount": {
"example": "25000000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£250,000.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": "GBP",
"description": "Currency of the money"
}
},
"total_benefits": {
"critical_illness": {
"amount": {
"example": "15000000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£150,000.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": "GBP",
"description": "Currency of the money"
}
},
"family_income_benefit": {
"amount": {
"example": "10000000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£100,000.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": "GBP",
"description": "Currency of the money"
}
}
},
"latest_valuations": {
"uuid": "46f66aeb-a547-4d9d-b19b-ffadccf72966",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"valued_at": "2026-07-31T13:51:39+01:00",
"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"
}
}
},
"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"
}
},
"valued_at": "2026-07-31T13:51:33+01:00",
"original_valued_at": "2026-07-30T13:51:33+01:00",
"client": {
"uuid": "1356bcb1-2706-49a9-99e3-2d01837007ce",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+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-31T13:51:39+01:00",
"next_review_date": "2026-07-31T13:51:39+01:00",
"previous_review_date": "2026-07-31T13:51:39+01:00",
"anniversary_review_date": "2026-07-31T13:51:39+01:00",
"terms_of_business_at": "2026-07-31T13:51:39+01:00",
"client_agreement_at": "2026-07-31T13:51:39+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-07-31",
"last_interaction_at": "2026-07-31 13:51:39",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-07-31T13:51:39+01:00",
"out_of_office_until": "2026-07-31T13:51:39+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"accounts": {
"uuid": "1356bcb1-2706-49a9-99e3-2d01837007ce",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+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-31T13:51:39+01:00",
"next_review_date": "2026-07-31T13:51:39+01:00",
"previous_review_date": "2026-07-31T13:51:39+01:00",
"anniversary_review_date": "2026-07-31T13:51:39+01:00",
"terms_of_business_at": "2026-07-31T13:51:39+01:00",
"client_agreement_at": "2026-07-31T13:51:39+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-07-31",
"last_interaction_at": "2026-07-31 13:51:39",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-07-31T13:51:39+01:00",
"out_of_office_until": "2026-07-31T13:51:39+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"seller": {
"uuid": "1356bcb1-2706-49a9-99e3-2d01837007ce",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+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-31T13:51:39+01:00",
"next_review_date": "2026-07-31T13:51:39+01:00",
"previous_review_date": "2026-07-31T13:51:39+01:00",
"anniversary_review_date": "2026-07-31T13:51:39+01:00",
"terms_of_business_at": "2026-07-31T13:51:39+01:00",
"client_agreement_at": "2026-07-31T13:51:39+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-07-31",
"last_interaction_at": "2026-07-31 13:51:39",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-07-31T13:51:39+01:00",
"out_of_office_until": "2026-07-31T13:51:39+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"linked_owners": {
"uuid": "1356bcb1-2706-49a9-99e3-2d01837007ce",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+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-31T13:51:39+01:00",
"next_review_date": "2026-07-31T13:51:39+01:00",
"previous_review_date": "2026-07-31T13:51:39+01:00",
"anniversary_review_date": "2026-07-31T13:51:39+01:00",
"terms_of_business_at": "2026-07-31T13:51:39+01:00",
"client_agreement_at": "2026-07-31T13:51:39+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-07-31",
"last_interaction_at": "2026-07-31 13:51:39",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-07-31T13:51:39+01:00",
"out_of_office_until": "2026-07-31T13:51:39+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"linked_plans": {
"uuid": "50763f07-e707-41b6-a1f8-b40380bc7058",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"opened_at": "2026-07-31T13:51:39+01:00",
"name": "Johns ISA",
"type": "cash_account",
"sub_type": "lifetime isa",
"abstract_type": "asset",
"policy_number": "AVIVA-123",
"proposal_reference": "AB123456",
"status": "inactive",
"inactive_at": "2026-07-31T13:51:39+01:00",
"inactive_reason": "claimed",
"agency_in_your_name": true,
"agency_in_your_name_from": "2025-07-31",
"originally_sold_by_firm": true,
"under_advice": true,
"visible_on_client_portal": true,
"include_in_client_valuation": true,
"show_on_joint": true,
"shown_on_circles": true,
"review_date": "2025-07-31",
"on_panel": true,
"is_group_scheme": false,
"is_sub_group_scheme": false,
"is_group_scheme_member": false,
"advice_area": "non_investment_insurance",
"total_benefit_amount": {
"amount": {
"example": "25000000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£250,000.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": null,
"description": "Currency of the money"
}
},
"total_benefits": {
"critical_illness": {
"amount": {
"example": "15000000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£150,000.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": null,
"description": "Currency of the money"
}
},
"family_income_benefit": {
"amount": {
"example": "10000000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£100,000.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": null,
"description": "Currency of the money"
}
}
},
"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"
}
},
"valued_at": "2026-07-31T13:51:39+01:00",
"original_valued_at": "2026-07-30T13:51:39+01:00",
"statistics": {
"recent_growth": 100
},
"is_wrap_product": false,
"is_wrap_child": false,
"can_be_deleted": "false"
},
"visible_to_circles": {
"uuid": "60251040-407f-4de3-8d56-320ef1414c2f",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"name": "Jones Family",
"photo_url": "https://eu.ui-avatars.com/api/?name=jones+family",
"bg_colour": "#35f4e1",
"has_portal_access": true,
"portal_access_status": "active",
"engagement_rating": "green",
"last_login": {
"logged_in_at": "2026-07-31T13:51:39+01:00",
"account_uuid": "uuid",
"account_name": "John Smith",
"device_type": "desktop",
"device_platform": "macos"
},
"portal_login_count_30d": 5,
"portal_login_count_90d": 12,
"portal_login_count_365d": 48,
"joint_account_uuid": "1e4496b5-7dd8-4766-9503-28f622926536",
"login_access_level": "write",
"current_life_stage_uuid": "2f21a1e3-2986-4bb3-90e4-fbd271958b1a"
},
"statistics": {
"recent_growth": 100
},
"cases": {
"uuid": "fb5558e6-0e2e-4658-9493-928effe52b65",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"name": "finance",
"slug": "finance",
"review_at": "2026-07-31T13:51:39+01:00",
"assigned_to_uuids": [
null
],
"group_uuids": [
null
],
"completed_at": "2026-07-31T13:51:39+01:00",
"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"
}
},
"status_position": 4,
"participants_count": 4,
"task_board_uuid": null
},
"tags": {
"uuid": "8b0725be-5730-4849-8b6d-ad3e9d2ef8dd",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"name": "Mortgage",
"slug": "mortgage",
"colour": "#ef4582"
},
"is_wrap_product": false,
"is_wrap_child": false,
"wrap": {
"uuid": "50763f07-e707-41b6-a1f8-b40380bc7058",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"opened_at": "2026-07-31T13:51:39+01:00",
"name": "Johns ISA",
"type": "cash_account",
"sub_type": "lifetime isa",
"abstract_type": "asset",
"policy_number": "AVIVA-123",
"proposal_reference": "AB123456",
"status": "inactive",
"inactive_at": "2026-07-31T13:51:39+01:00",
"inactive_reason": "claimed",
"agency_in_your_name": true,
"agency_in_your_name_from": "2025-07-31",
"originally_sold_by_firm": true,
"under_advice": true,
"visible_on_client_portal": true,
"include_in_client_valuation": true,
"show_on_joint": true,
"shown_on_circles": true,
"review_date": "2025-07-31",
"on_panel": true,
"is_group_scheme": false,
"is_sub_group_scheme": false,
"is_group_scheme_member": false,
"advice_area": "non_investment_insurance",
"total_benefit_amount": {
"amount": {
"example": "25000000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£250,000.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": null,
"description": "Currency of the money"
}
},
"total_benefits": {
"critical_illness": {
"amount": {
"example": "15000000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£150,000.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": null,
"description": "Currency of the money"
}
},
"family_income_benefit": {
"amount": {
"example": "10000000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£100,000.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": null,
"description": "Currency of the money"
}
}
},
"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"
}
},
"valued_at": "2026-07-31T13:51:39+01:00",
"original_valued_at": "2026-07-30T13:51:39+01:00",
"statistics": {
"recent_growth": 100
},
"is_wrap_product": false,
"is_wrap_child": false,
"can_be_deleted": "false"
},
"wrap_children": {
"uuid": "50763f07-e707-41b6-a1f8-b40380bc7058",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"opened_at": "2026-07-31T13:51:39+01:00",
"name": "Johns ISA",
"type": "cash_account",
"sub_type": "lifetime isa",
"abstract_type": "asset",
"policy_number": "AVIVA-123",
"proposal_reference": "AB123456",
"status": "inactive",
"inactive_at": "2026-07-31T13:51:39+01:00",
"inactive_reason": "claimed",
"agency_in_your_name": true,
"agency_in_your_name_from": "2025-07-31",
"originally_sold_by_firm": true,
"under_advice": true,
"visible_on_client_portal": true,
"include_in_client_valuation": true,
"show_on_joint": true,
"shown_on_circles": true,
"review_date": "2025-07-31",
"on_panel": true,
"is_group_scheme": false,
"is_sub_group_scheme": false,
"is_group_scheme_member": false,
"advice_area": "non_investment_insurance",
"total_benefit_amount": {
"amount": {
"example": "25000000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£250,000.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": null,
"description": "Currency of the money"
}
},
"total_benefits": {
"critical_illness": {
"amount": {
"example": "15000000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£150,000.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": null,
"description": "Currency of the money"
}
},
"family_income_benefit": {
"amount": {
"example": "10000000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£100,000.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": null,
"description": "Currency of the money"
}
}
},
"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"
}
},
"valued_at": "2026-07-31T13:51:39+01:00",
"original_valued_at": "2026-07-30T13:51:39+01:00",
"statistics": {
"recent_growth": 100
},
"is_wrap_product": false,
"is_wrap_child": false,
"can_be_deleted": "false"
},
"linked_policy_numbers": {
"uuid": "8bfa8530-f552-47b2-8683-b622cf9e4089",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"linked_policy_number": "ABC123-X"
},
"can_be_deleted": "false",
"contract_enquiry_account": {
"uuid": "1356bcb1-2706-49a9-99e3-2d01837007ce",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+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-31T13:51:39+01:00",
"next_review_date": "2026-07-31T13:51:39+01:00",
"previous_review_date": "2026-07-31T13:51:39+01:00",
"anniversary_review_date": "2026-07-31T13:51:39+01:00",
"terms_of_business_at": "2026-07-31T13:51:39+01:00",
"client_agreement_at": "2026-07-31T13:51:39+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-07-31",
"last_interaction_at": "2026-07-31 13:51:39",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-07-31T13:51:39+01:00",
"out_of_office_until": "2026-07-31T13:51:39+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"custom_fields": {
"uuid": null,
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"type": "string",
"name": "Favourite Drink",
"reference": "favourite_drink",
"is_required": false,
"value": "Coffee",
"selection_options": [
"Coffee",
"Tea",
"Water"
],
"help_text": "This is the client's favourite drink."
},
"external_references": {
"uuid": "11459e50-cc8d-4eae-9b11-834742f98f37",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"third_party": "nucleus",
"reference": "AB123456"
}
},
"wrap_children": [
{
"uuid": "48337a8d-d445-4fcf-a967-4bf7facefeab",
"created_at": "2026-07-31T13:51:33+01:00",
"updated_at": "2026-07-31T13:51:33+01:00",
"opened_at": "2026-07-31T13:51:33+01:00",
"name": "Johns ISA",
"type": "cash_account",
"sub_type": "lifetime isa",
"abstract_type": "asset",
"policy_number": "AVIVA-123",
"proposal_reference": "AB123456",
"status": "inactive",
"inactive_at": "2026-07-31T13:51:33+01:00",
"inactive_reason": "claimed",
"agency_in_your_name": true,
"agency_in_your_name_from": "2025-07-31",
"originally_sold_by_firm": true,
"under_advice": true,
"visible_on_client_portal": true,
"include_in_client_valuation": true,
"show_on_joint": true,
"shown_on_circles": true,
"review_date": "2025-07-31",
"on_panel": true,
"is_group_scheme": false,
"is_sub_group_scheme": false,
"is_group_scheme_member": false,
"advice_area": "non_investment_insurance",
"main_account": {
"uuid": "355ce0aa-1223-4c2e-890b-5b2a546e2999",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"name": "John's ISA",
"policy_number": "AVI-4837",
"is_main_account": false,
"statistics": {
"recent_growth": 100
}
},
"sub_accounts": {
"uuid": "355ce0aa-1223-4c2e-890b-5b2a546e2999",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"name": "John's ISA",
"policy_number": "AVI-4837",
"is_main_account": false,
"statistics": {
"recent_growth": 100
}
},
"provider": {
"uuid": "020d6063-5b19-48af-b1ad-8afa885508b9",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"name": "AJ Bell",
"slug": "aj-bell"
},
"covers": {
"uuid": "c85415de-c957-4582-868e-d3ef090aed3c",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"cover_type": "critical_illness",
"benefit_amount": {
"amount": {
"example": "25000000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£250,000.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": null,
"description": "Currency of the money"
}
},
"benefit_frequency": "monthly",
"benefit_status": "active",
"excess": {
"amount": {
"example": "10000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£100.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": null,
"description": "Currency of the money"
}
},
"indexation": 1.4
},
"claims": {
"uuid": "9dff3b75-6dae-4bef-ade4-27acdb9121e7",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"claim_amount": {
"amount": {
"example": "25000000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£250,000.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": null,
"description": "Currency of the money"
}
},
"claim_start_date": "2025-07-31",
"claim_end_date": "2031-07-31",
"claim_notes": "Claim notes"
},
"total_benefit_amount": {
"amount": {
"example": "25000000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£250,000.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": "GBP",
"description": "Currency of the money"
}
},
"total_benefits": {
"critical_illness": {
"amount": {
"example": "15000000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£150,000.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": "GBP",
"description": "Currency of the money"
}
},
"family_income_benefit": {
"amount": {
"example": "10000000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£100,000.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": "GBP",
"description": "Currency of the money"
}
}
},
"latest_valuations": {
"uuid": "46f66aeb-a547-4d9d-b19b-ffadccf72966",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"valued_at": "2026-07-31T13:51:39+01:00",
"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"
}
}
},
"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"
}
},
"valued_at": "2026-07-31T13:51:33+01:00",
"original_valued_at": "2026-07-30T13:51:33+01:00",
"client": {
"uuid": "1356bcb1-2706-49a9-99e3-2d01837007ce",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+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-31T13:51:39+01:00",
"next_review_date": "2026-07-31T13:51:39+01:00",
"previous_review_date": "2026-07-31T13:51:39+01:00",
"anniversary_review_date": "2026-07-31T13:51:39+01:00",
"terms_of_business_at": "2026-07-31T13:51:39+01:00",
"client_agreement_at": "2026-07-31T13:51:39+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-07-31",
"last_interaction_at": "2026-07-31 13:51:39",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-07-31T13:51:39+01:00",
"out_of_office_until": "2026-07-31T13:51:39+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"accounts": {
"uuid": "1356bcb1-2706-49a9-99e3-2d01837007ce",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+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-31T13:51:39+01:00",
"next_review_date": "2026-07-31T13:51:39+01:00",
"previous_review_date": "2026-07-31T13:51:39+01:00",
"anniversary_review_date": "2026-07-31T13:51:39+01:00",
"terms_of_business_at": "2026-07-31T13:51:39+01:00",
"client_agreement_at": "2026-07-31T13:51:39+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-07-31",
"last_interaction_at": "2026-07-31 13:51:39",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-07-31T13:51:39+01:00",
"out_of_office_until": "2026-07-31T13:51:39+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"seller": {
"uuid": "1356bcb1-2706-49a9-99e3-2d01837007ce",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+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-31T13:51:39+01:00",
"next_review_date": "2026-07-31T13:51:39+01:00",
"previous_review_date": "2026-07-31T13:51:39+01:00",
"anniversary_review_date": "2026-07-31T13:51:39+01:00",
"terms_of_business_at": "2026-07-31T13:51:39+01:00",
"client_agreement_at": "2026-07-31T13:51:39+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-07-31",
"last_interaction_at": "2026-07-31 13:51:39",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-07-31T13:51:39+01:00",
"out_of_office_until": "2026-07-31T13:51:39+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"linked_owners": {
"uuid": "1356bcb1-2706-49a9-99e3-2d01837007ce",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+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-31T13:51:39+01:00",
"next_review_date": "2026-07-31T13:51:39+01:00",
"previous_review_date": "2026-07-31T13:51:39+01:00",
"anniversary_review_date": "2026-07-31T13:51:39+01:00",
"terms_of_business_at": "2026-07-31T13:51:39+01:00",
"client_agreement_at": "2026-07-31T13:51:39+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-07-31",
"last_interaction_at": "2026-07-31 13:51:39",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-07-31T13:51:39+01:00",
"out_of_office_until": "2026-07-31T13:51:39+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"linked_plans": {
"uuid": "50763f07-e707-41b6-a1f8-b40380bc7058",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"opened_at": "2026-07-31T13:51:39+01:00",
"name": "Johns ISA",
"type": "cash_account",
"sub_type": "lifetime isa",
"abstract_type": "asset",
"policy_number": "AVIVA-123",
"proposal_reference": "AB123456",
"status": "inactive",
"inactive_at": "2026-07-31T13:51:39+01:00",
"inactive_reason": "claimed",
"agency_in_your_name": true,
"agency_in_your_name_from": "2025-07-31",
"originally_sold_by_firm": true,
"under_advice": true,
"visible_on_client_portal": true,
"include_in_client_valuation": true,
"show_on_joint": true,
"shown_on_circles": true,
"review_date": "2025-07-31",
"on_panel": true,
"is_group_scheme": false,
"is_sub_group_scheme": false,
"is_group_scheme_member": false,
"advice_area": "non_investment_insurance",
"total_benefit_amount": {
"amount": {
"example": "25000000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£250,000.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": null,
"description": "Currency of the money"
}
},
"total_benefits": {
"critical_illness": {
"amount": {
"example": "15000000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£150,000.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": null,
"description": "Currency of the money"
}
},
"family_income_benefit": {
"amount": {
"example": "10000000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£100,000.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": null,
"description": "Currency of the money"
}
}
},
"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"
}
},
"valued_at": "2026-07-31T13:51:39+01:00",
"original_valued_at": "2026-07-30T13:51:39+01:00",
"statistics": {
"recent_growth": 100
},
"is_wrap_product": false,
"is_wrap_child": false,
"can_be_deleted": "false"
},
"visible_to_circles": {
"uuid": "60251040-407f-4de3-8d56-320ef1414c2f",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"name": "Jones Family",
"photo_url": "https://eu.ui-avatars.com/api/?name=jones+family",
"bg_colour": "#35f4e1",
"has_portal_access": true,
"portal_access_status": "active",
"engagement_rating": "green",
"last_login": {
"logged_in_at": "2026-07-31T13:51:39+01:00",
"account_uuid": "uuid",
"account_name": "John Smith",
"device_type": "desktop",
"device_platform": "macos"
},
"portal_login_count_30d": 5,
"portal_login_count_90d": 12,
"portal_login_count_365d": 48,
"joint_account_uuid": "1e4496b5-7dd8-4766-9503-28f622926536",
"login_access_level": "write",
"current_life_stage_uuid": "2f21a1e3-2986-4bb3-90e4-fbd271958b1a"
},
"statistics": {
"recent_growth": 100
},
"cases": {
"uuid": "fb5558e6-0e2e-4658-9493-928effe52b65",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"name": "finance",
"slug": "finance",
"review_at": "2026-07-31T13:51:39+01:00",
"assigned_to_uuids": [
null
],
"group_uuids": [
null
],
"completed_at": "2026-07-31T13:51:39+01:00",
"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"
}
},
"status_position": 4,
"participants_count": 4,
"task_board_uuid": null
},
"tags": {
"uuid": "8b0725be-5730-4849-8b6d-ad3e9d2ef8dd",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"name": "Mortgage",
"slug": "mortgage",
"colour": "#ef4582"
},
"is_wrap_product": false,
"is_wrap_child": false,
"wrap": {
"uuid": "50763f07-e707-41b6-a1f8-b40380bc7058",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"opened_at": "2026-07-31T13:51:39+01:00",
"name": "Johns ISA",
"type": "cash_account",
"sub_type": "lifetime isa",
"abstract_type": "asset",
"policy_number": "AVIVA-123",
"proposal_reference": "AB123456",
"status": "inactive",
"inactive_at": "2026-07-31T13:51:39+01:00",
"inactive_reason": "claimed",
"agency_in_your_name": true,
"agency_in_your_name_from": "2025-07-31",
"originally_sold_by_firm": true,
"under_advice": true,
"visible_on_client_portal": true,
"include_in_client_valuation": true,
"show_on_joint": true,
"shown_on_circles": true,
"review_date": "2025-07-31",
"on_panel": true,
"is_group_scheme": false,
"is_sub_group_scheme": false,
"is_group_scheme_member": false,
"advice_area": "non_investment_insurance",
"total_benefit_amount": {
"amount": {
"example": "25000000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£250,000.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": null,
"description": "Currency of the money"
}
},
"total_benefits": {
"critical_illness": {
"amount": {
"example": "15000000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£150,000.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": null,
"description": "Currency of the money"
}
},
"family_income_benefit": {
"amount": {
"example": "10000000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£100,000.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": null,
"description": "Currency of the money"
}
}
},
"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"
}
},
"valued_at": "2026-07-31T13:51:39+01:00",
"original_valued_at": "2026-07-30T13:51:39+01:00",
"statistics": {
"recent_growth": 100
},
"is_wrap_product": false,
"is_wrap_child": false,
"can_be_deleted": "false"
},
"wrap_children": {
"uuid": "50763f07-e707-41b6-a1f8-b40380bc7058",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"opened_at": "2026-07-31T13:51:39+01:00",
"name": "Johns ISA",
"type": "cash_account",
"sub_type": "lifetime isa",
"abstract_type": "asset",
"policy_number": "AVIVA-123",
"proposal_reference": "AB123456",
"status": "inactive",
"inactive_at": "2026-07-31T13:51:39+01:00",
"inactive_reason": "claimed",
"agency_in_your_name": true,
"agency_in_your_name_from": "2025-07-31",
"originally_sold_by_firm": true,
"under_advice": true,
"visible_on_client_portal": true,
"include_in_client_valuation": true,
"show_on_joint": true,
"shown_on_circles": true,
"review_date": "2025-07-31",
"on_panel": true,
"is_group_scheme": false,
"is_sub_group_scheme": false,
"is_group_scheme_member": false,
"advice_area": "non_investment_insurance",
"total_benefit_amount": {
"amount": {
"example": "25000000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£250,000.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": null,
"description": "Currency of the money"
}
},
"total_benefits": {
"critical_illness": {
"amount": {
"example": "15000000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£150,000.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": null,
"description": "Currency of the money"
}
},
"family_income_benefit": {
"amount": {
"example": "10000000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£100,000.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": null,
"description": "Currency of the money"
}
}
},
"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"
}
},
"valued_at": "2026-07-31T13:51:39+01:00",
"original_valued_at": "2026-07-30T13:51:39+01:00",
"statistics": {
"recent_growth": 100
},
"is_wrap_product": false,
"is_wrap_child": false,
"can_be_deleted": "false"
},
"linked_policy_numbers": {
"uuid": "8bfa8530-f552-47b2-8683-b622cf9e4089",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"linked_policy_number": "ABC123-X"
},
"can_be_deleted": "false",
"contract_enquiry_account": {
"uuid": "1356bcb1-2706-49a9-99e3-2d01837007ce",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+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-31T13:51:39+01:00",
"next_review_date": "2026-07-31T13:51:39+01:00",
"previous_review_date": "2026-07-31T13:51:39+01:00",
"anniversary_review_date": "2026-07-31T13:51:39+01:00",
"terms_of_business_at": "2026-07-31T13:51:39+01:00",
"client_agreement_at": "2026-07-31T13:51:39+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-07-31",
"last_interaction_at": "2026-07-31 13:51:39",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-07-31T13:51:39+01:00",
"out_of_office_until": "2026-07-31T13:51:39+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"custom_fields": {
"uuid": null,
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"type": "string",
"name": "Favourite Drink",
"reference": "favourite_drink",
"is_required": false,
"value": "Coffee",
"selection_options": [
"Coffee",
"Tea",
"Water"
],
"help_text": "This is the client's favourite drink."
},
"external_references": {
"uuid": "11459e50-cc8d-4eae-9b11-834742f98f37",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"third_party": "nucleus",
"reference": "AB123456"
}
}
],
"linked_policy_numbers": [
{
"uuid": "4213ce3e-0e5f-44b3-90ba-14fdf9dffedb",
"created_at": "2026-07-31T13:51:33+01:00",
"updated_at": "2026-07-31T13:51:33+01:00",
"linked_policy_number": "ABC123-X",
"plan": {
"uuid": "50763f07-e707-41b6-a1f8-b40380bc7058",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"opened_at": "2026-07-31T13:51:39+01:00",
"name": "Johns ISA",
"type": "cash_account",
"sub_type": "lifetime isa",
"abstract_type": "asset",
"policy_number": "AVIVA-123",
"proposal_reference": "AB123456",
"status": "inactive",
"inactive_at": "2026-07-31T13:51:39+01:00",
"inactive_reason": "claimed",
"agency_in_your_name": true,
"agency_in_your_name_from": "2025-07-31",
"originally_sold_by_firm": true,
"under_advice": true,
"visible_on_client_portal": true,
"include_in_client_valuation": true,
"show_on_joint": true,
"shown_on_circles": true,
"review_date": "2025-07-31",
"on_panel": true,
"is_group_scheme": false,
"is_sub_group_scheme": false,
"is_group_scheme_member": false,
"advice_area": "non_investment_insurance",
"total_benefit_amount": {
"amount": {
"example": "25000000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£250,000.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": null,
"description": "Currency of the money"
}
},
"total_benefits": {
"critical_illness": {
"amount": {
"example": "15000000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£150,000.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": null,
"description": "Currency of the money"
}
},
"family_income_benefit": {
"amount": {
"example": "10000000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£100,000.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": null,
"description": "Currency of the money"
}
}
},
"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"
}
},
"valued_at": "2026-07-31T13:51:39+01:00",
"original_valued_at": "2026-07-30T13:51:39+01:00",
"statistics": {
"recent_growth": 100
},
"is_wrap_product": false,
"is_wrap_child": false,
"can_be_deleted": "false"
}
}
],
"can_be_deleted": "false",
"contract_enquiry_account": {
"uuid": "9e245aec-5d6a-4cfc-9938-83e951b230ef",
"created_at": "2026-07-31T13:51:33+01:00",
"updated_at": "2026-07-31T13:51:33+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": {
"uuid": "3b7a181e-b40e-4513-82f6-6630e03f0a6c",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"name": "Codepotato",
"slug": "codepotato",
"address_1": "Suite E, 5 The Briars",
"address_2": "Waterberry Drive",
"town_city": "Waterlooville",
"county": "Hampshire",
"postcode": "PO7 7YH",
"country": "United Kingdom",
"regulatory_text": "Regulatory text",
"logo": "https://api.plannrcrm.com/images/plannr.jpg",
"logo_icon": "https://api.plannrcrm.com/images/plannr-icon.jpg",
"brand_colours": {
"sidebar_background": "#0E0E56",
"sidebar_accent": "#36367E",
"sidebar_text": "#FFFFFF",
"sidebar_hover": "#0A0A42",
"sidebar_active": "#53DBB8",
"sidebar_title_background": "#36367E",
"sidebar_title_primary": "#FFC634",
"sidebar_title_secondary": "#FFFFFF",
"sidebar_title_secondary_hover": "#FFFFFF",
"email_background": "#0E0E56",
"email_logo_background_panel": "#36367E",
"email_sub_text": "#FFFFFF",
"email_button_background": "#36367E",
"email_button_text": "#FFFFFF",
"portal_sidebar_button_background": "#F6F6F6",
"portal_sidebar_button_hover": "#FFFFFF",
"portal_sidebar_button_active": "#FFFFFF",
"portal_brand_title": "#323B4B",
"portal_brand_sub_title": "#828994",
"portal_sidebar_title": "#11151D",
"portal_sidebar_text": "#323B4B",
"portal_sidebar_text_hover": "#323B4B",
"portal_sidebar_text_active": "#323B4B",
"portal_sidebar_icon": "#828994",
"portal_sidebar_icon_hover": "#828994",
"portal_sidebar_icon_active": "#828994",
"portal_background": "#F6F6F6",
"portal_sidebar_account_title": "#11151D",
"portal_sidebar_account_email": "#828994",
"portal_sidebar_divider": "#E3E5E9",
"portal_dashboard_bg_one": "#EF4583",
"portal_dashboard_bg_two": "#FFC634",
"portal_sidebar_collapse_button": "#828994",
"portal_sidebar_collapse_button_hover": "#B3B9C4",
"portal_sidebar_user_select_background": "#F6F6F6",
"portal_sidebar_user_select_hover": "#F6F6F6",
"portal_sidebar_user_select_text": "#323B4B",
"portal_sidebar_user_select_text_hover": "#323B4B",
"portal_sidebar_user_select_border": "#EEEEEE",
"portal_sidebar_user_select_border_hover": "#828994"
},
"is_subscribed": true,
"keep_deleted_files_for": 30,
"tax": 17.5,
"month_end": 25,
"statement_frequency": "monthly",
"billing": {
"invoice_address_1": "Suite E, 5 The Briars",
"invoice_address_2": "Waterberry Drive",
"invoice_town_city": "Waterlooville",
"invoice_county": "Hampshire",
"invoice_postcode": "PO7 7YH",
"invoice_country": "United Kingdom",
"invoice_email": "gareth@codepotato.co.uk"
},
"ip_whitelist": [
"192.168.0.1",
"127.0.0.1"
],
"welcome_paragraph_html": "<h1>Welcome.</h1>",
"email_welcome_paragraph_html": "Welcome to Plannr!",
"show_fact_find_illustrations": true,
"cc_email_addresses": [
"jack@example.com",
"jill@example.com"
],
"bcc_email_addresses": [
"jack@example.com",
"jill@example.com"
],
"reply_to_email_address": "jack@example.com",
"mobile_app_support_number": "01234 567890",
"mobile_app_support_email": "support@example.com"
},
"primary_phone_number": {
"uuid": "0ed9bbd6-df74-4f96-988b-68820d202ede",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"type": "phone_number",
"name": "Work number",
"value": "+443330903630",
"phone_number_meta": {
"country": "GB",
"formatted": "0333 090 3630"
}
},
"primary_email": {
"uuid": "0ed9bbd6-df74-4f96-988b-68820d202ede",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"type": "phone_number",
"name": "Work number",
"value": "+443330903630",
"phone_number_meta": {
"country": "GB",
"formatted": "0333 090 3630"
}
},
"current_time_entry": {
"uuid": "45215408-405a-46e8-9857-4c4e9a853294",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"name": "Research",
"description": "This is a description.",
"trackable_type": "Client",
"start_date": "2026-07-31T13:01:39+01:00",
"end_date": "2026-07-31T13:29:39+01:00",
"is_active": true,
"total_time_in_minutes": 28,
"computed_time_elapsed_in_seconds": 1680
},
"assigned_adviser": {
"uuid": "1356bcb1-2706-49a9-99e3-2d01837007ce",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+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-31T13:51:39+01:00",
"next_review_date": "2026-07-31T13:51:39+01:00",
"previous_review_date": "2026-07-31T13:51:39+01:00",
"anniversary_review_date": "2026-07-31T13:51:39+01:00",
"terms_of_business_at": "2026-07-31T13:51:39+01:00",
"client_agreement_at": "2026-07-31T13:51:39+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-07-31",
"last_interaction_at": "2026-07-31 13:51:39",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-07-31T13:51:39+01:00",
"out_of_office_until": "2026-07-31T13:51:39+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"assigned_administrator": {
"uuid": "1356bcb1-2706-49a9-99e3-2d01837007ce",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+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-31T13:51:39+01:00",
"next_review_date": "2026-07-31T13:51:39+01:00",
"previous_review_date": "2026-07-31T13:51:39+01:00",
"anniversary_review_date": "2026-07-31T13:51:39+01:00",
"terms_of_business_at": "2026-07-31T13:51:39+01:00",
"client_agreement_at": "2026-07-31T13:51:39+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-07-31",
"last_interaction_at": "2026-07-31 13:51:39",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-07-31T13:51:39+01:00",
"out_of_office_until": "2026-07-31T13:51:39+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"assigned_paraplanner": {
"uuid": "1356bcb1-2706-49a9-99e3-2d01837007ce",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+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-31T13:51:39+01:00",
"next_review_date": "2026-07-31T13:51:39+01:00",
"previous_review_date": "2026-07-31T13:51:39+01:00",
"anniversary_review_date": "2026-07-31T13:51:39+01:00",
"terms_of_business_at": "2026-07-31T13:51:39+01:00",
"client_agreement_at": "2026-07-31T13:51:39+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-07-31",
"last_interaction_at": "2026-07-31 13:51:39",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-07-31T13:51:39+01:00",
"out_of_office_until": "2026-07-31T13:51:39+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"introduced_by": {
"uuid": "1356bcb1-2706-49a9-99e3-2d01837007ce",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+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-31T13:51:39+01:00",
"next_review_date": "2026-07-31T13:51:39+01:00",
"previous_review_date": "2026-07-31T13:51:39+01:00",
"anniversary_review_date": "2026-07-31T13:51:39+01:00",
"terms_of_business_at": "2026-07-31T13:51:39+01:00",
"client_agreement_at": "2026-07-31T13:51:39+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-07-31",
"last_interaction_at": "2026-07-31 13:51:39",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-07-31T13:51:39+01:00",
"out_of_office_until": "2026-07-31T13:51:39+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"business_unit": {
"uuid": "09791b64-8f27-47b9-9c17-6fe18e800f24",
"name": "Wealth Management",
"has_alternative_branding": false,
"brand_colours": [],
"members_count": 3,
"groups_count": 2,
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00"
},
"groups": {
"uuid": null,
"name": "finance",
"slug": "finance",
"participants_count": "3",
"participants": {
"uuid": {
"example": null,
"description": "UUID of the account"
},
"role": {
"example": "client",
"description": "Role of the account"
},
"first_name": {
"example": "Gareth",
"description": "First name of the account"
},
"last_name": {
"example": "Thompson",
"description": "Last name of the account"
},
"name": {
"example": "Gareth Thompson",
"description": "Name of the account"
},
"email": {
"example": "gareth@codepotato.co.uk",
"description": "Email of the account"
}
},
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00"
},
"tags": {
"uuid": "8b0725be-5730-4849-8b6d-ad3e9d2ef8dd",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"name": "Mortgage",
"slug": "mortgage",
"colour": "#ef4582"
},
"owners": {
"uuid": "1356bcb1-2706-49a9-99e3-2d01837007ce",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+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-31T13:51:39+01:00",
"next_review_date": "2026-07-31T13:51:39+01:00",
"previous_review_date": "2026-07-31T13:51:39+01:00",
"anniversary_review_date": "2026-07-31T13:51:39+01:00",
"terms_of_business_at": "2026-07-31T13:51:39+01:00",
"client_agreement_at": "2026-07-31T13:51:39+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-07-31",
"last_interaction_at": "2026-07-31 13:51:39",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-07-31T13:51:39+01:00",
"out_of_office_until": "2026-07-31T13:51:39+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"first_contact_date": "2026-07-31T13:51:33+01:00",
"next_review_date": "2026-07-31T13:51:33+01:00",
"previous_review_date": "2026-07-31T13:51:33+01:00",
"anniversary_review_date": "2026-07-31T13:51:33+01:00",
"terms_of_business_at": "2026-07-31T13:51:33+01:00",
"client_agreement_at": "2026-07-31T13:51:33+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"joint_account_circle": {
"uuid": "60251040-407f-4de3-8d56-320ef1414c2f",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"name": "Jones Family",
"photo_url": "https://eu.ui-avatars.com/api/?name=jones+family",
"bg_colour": "#35f4e1",
"has_portal_access": true,
"portal_access_status": "active",
"engagement_rating": "green",
"last_login": {
"logged_in_at": "2026-07-31T13:51:39+01:00",
"account_uuid": "uuid",
"account_name": "John Smith",
"device_type": "desktop",
"device_platform": "macos"
},
"portal_login_count_30d": 5,
"portal_login_count_90d": 12,
"portal_login_count_365d": 48,
"joint_account_uuid": "1e4496b5-7dd8-4766-9503-28f622926536",
"login_access_level": "write",
"current_life_stage_uuid": "2f21a1e3-2986-4bb3-90e4-fbd271958b1a"
},
"circles": {
"uuid": "60251040-407f-4de3-8d56-320ef1414c2f",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"name": "Jones Family",
"photo_url": "https://eu.ui-avatars.com/api/?name=jones+family",
"bg_colour": "#35f4e1",
"has_portal_access": true,
"portal_access_status": "active",
"engagement_rating": "green",
"last_login": {
"logged_in_at": "2026-07-31T13:51:39+01:00",
"account_uuid": "uuid",
"account_name": "John Smith",
"device_type": "desktop",
"device_platform": "macos"
},
"portal_login_count_30d": 5,
"portal_login_count_90d": 12,
"portal_login_count_365d": 48,
"joint_account_uuid": "1e4496b5-7dd8-4766-9503-28f622926536",
"login_access_level": "write",
"current_life_stage_uuid": "2f21a1e3-2986-4bb3-90e4-fbd271958b1a"
},
"ownership_percentage": 100,
"inactive_at": "2026-07-31",
"last_interaction_at": "2026-07-31 13:51:33",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-07-31T13:51:33+01:00",
"out_of_office_until": "2026-07-31T13:51:33+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
},
"custom_fields": {
"uuid": null,
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"type": "string",
"name": "Favourite Drink",
"reference": "favourite_drink",
"is_required": false,
"value": "Coffee",
"selection_options": [
"Coffee",
"Tea",
"Water"
],
"help_text": "This is the client's favourite drink."
},
"external_references": {
"uuid": "11459e50-cc8d-4eae-9b11-834742f98f37",
"created_at": "2026-07-31T13:51:39+01:00",
"updated_at": "2026-07-31T13:51:39+01:00",
"third_party": "nucleus",
"reference": "AB123456"
}
},
"custom_fields": [
{
"uuid": "c5f09400-2cb8-45ec-bc01-0b179373d6fd",
"created_at": "2026-07-31T13:51:33+01:00",
"updated_at": "2026-07-31T13:51:33+01:00",
"type": "string",
"name": "Favourite Drink",
"reference": "favourite_drink",
"is_required": false,
"value": "Coffee",
"selection_options": [
"Coffee",
"Tea",
"Water"
],
"help_text": "This is the client's favourite drink."
}
],
"external_references": [
{
"uuid": "47e50be6-59ca-40a9-9ce5-d191c8576bcb",
"created_at": "2026-07-31T13:51:33+01:00",
"updated_at": "2026-07-31T13:51:33+01:00",
"third_party": "nucleus",
"reference": "AB123456"
}
]
}
]
}
{
"message": "The given data was invalid.",
"errors": {
"field": [
"The field is invalid."
]
}
}