Query parameters
-
Field to sort by. Valid fields are [created_at, updated_at, first_name, last_name, email, next_review_date, previous_review_date, anniversary_review_date, status_changed_at]. Negative sign to denote DESC. Defaults to 'first_name'.
-
Comma separated list of relationships to include in the response. Valid relationships are [primary_phone_number, primary_email, primary_address, assigned_adviser, assigned_administrator, assigned_paraplanner, groups, tags, owners, custom_fields, external_references, charge_split_schema, circles].
-
Filter accounts by a comma separated list of account UUIDs.
-
Exclude accounts by a comma separated list of account UUIDs.
-
Filter accounts by name. This is a partial match against first_name, last_name, and entity_name together.
-
Comma separated list of partial National Insurance Numbers to filter by.
-
Filter by date of birth with an operator.
-
Filter accounts that have an email with a partial match.
-
Filter accounts with a given primary email. Performs a partial match.
-
Filter accounts with a given primary phone number. Performs a partial match.
-
Filter client status by partial names or uuid's
-
Date to filter accounts by when their status was changed from.
-
Date to filter accounts by when their status was changed fup until.
-
Get accounts with this is_prospect value
-
affects whether to include accounts based on the child account flag. Valid options are "exclude", "include", "only". (default: "include")
-
Get accounts set to inactive after this date
-
Get accounts set to inactive before this date
-
Comma separated string to filter by different account roles. Valid types are [individual, joint, trust, business,member,owner,admin,introducer].
-
Comma separated string to filter by different account types. Valid types are [client,employee,external].
-
Date to filter when the accounts was created after.
-
Date to filter when the accounts was created before.
-
Filter by a accounts custom field. Example filter[custom_field:pet_name]='Doug'
-
Comma separated list of partial groups names or group UUIDs.
-
Comma separated list of circle UUIDs.
-
Comma separated list of departments the employee is in.
-
Provide a group UUID (or multiple as a comma-separated string) to filter accounts within the provided groups out from the response.
-
filter clients that have been introduced by this introducer account, expects introducer account uuid, can accept multiple,
-
Filter to clients that have been linked to the account given. This will also return the requested account.
-
Comma separated list of employee account UUIDs that should always be returned no matter what other filters are applied.
-
Filter accounts that have an active login
-
Comma separated list of UUIDS to filter accounts who have the provided adviser account UUIDs
-
Comma separated list of UUIDS to filter accounts who have the provided administrator account UUIDs
-
Comma separated list of UUIDS to filter accounts who have the provided paraplanner account UUIDs
-
Filter accounts by whether they have an assigned adviser. true returns accounts with an adviser, false returns accounts without.
-
Filter accounts by whether they have an assigned administrator. true returns accounts with an administrator, false returns accounts without.
-
Filter accounts by whether they have an assigned paraplanner. true returns accounts with a paraplanner, false returns accounts without.
-
Filter accounts that have an external reference with the provided third party.
-
Number of results to return with pagination (Default 15. Max 500).
curl \
--request GET 'https://api.plannrcrm.com/api/v1/account' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}"
{
"data": [
{
"firm": {
"tax": 17.5,
"logo": "https://api.plannrcrm.com/images/plannr.jpg",
"name": "Codepotato",
"slug": "codepotato",
"uuid": "876e2eea-8bae-49a4-ad48-db971a712b77",
"county": "Hampshire",
"billing": {
"invoice_email": "gareth@codepotato.co.uk",
"invoice_county": "Hampshire",
"invoice_country": "United Kingdom",
"invoice_postcode": "PO7 7YH",
"invoice_address_1": "Suite E, 5 The Briars",
"invoice_address_2": "Waterberry Drive",
"invoice_town_city": "Waterlooville"
},
"country": "United Kingdom",
"postcode": "PO7 7YH",
"address_1": "Suite E, 5 The Briars",
"address_2": "Waterberry Drive",
"logo_icon": "https://api.plannrcrm.com/images/plannr-icon.jpg",
"month_end": 25,
"town_city": "Waterlooville",
"created_at": "2026-04-08T15:40:46+01:00",
"updated_at": "2026-04-08T15:40:46+01:00",
"ip_whitelist": [
"192.168.0.1",
"127.0.0.1"
],
"brand_colours": {
"sidebar_text": "#FFFFFF",
"sidebar_hover": "#0A0A42",
"email_sub_text": "#FFFFFF",
"sidebar_accent": "#36367E",
"sidebar_active": "#53DBB8",
"email_background": "#0E0E56",
"email_button_text": "#FFFFFF",
"portal_background": "#F6F6F6",
"portal_brand_title": "#323B4B",
"sidebar_background": "#0E0E56",
"portal_sidebar_icon": "#828994",
"portal_sidebar_text": "#323B4B",
"portal_sidebar_title": "#11151D",
"sidebar_title_primary": "#FFC634",
"portal_brand_sub_title": "#828994",
"portal_sidebar_divider": "#E3E5E9",
"email_button_background": "#36367E",
"portal_dashboard_bg_one": "#EF4583",
"portal_dashboard_bg_two": "#FFC634",
"sidebar_title_secondary": "#FFFFFF",
"sidebar_title_background": "#36367E",
"portal_sidebar_icon_hover": "#828994",
"portal_sidebar_text_hover": "#323B4B",
"portal_sidebar_icon_active": "#828994",
"portal_sidebar_text_active": "#323B4B",
"email_logo_background_panel": "#36367E",
"portal_sidebar_button_hover": "#FFFFFF",
"portal_sidebar_account_email": "#828994",
"portal_sidebar_account_title": "#11151D",
"portal_sidebar_button_active": "#FFFFFF",
"sidebar_title_secondary_hover": "#FFFFFF",
"portal_sidebar_collapse_button": "#828994",
"portal_sidebar_user_select_text": "#323B4B",
"portal_sidebar_button_background": "#F6F6F6",
"portal_sidebar_user_select_hover": "#F6F6F6",
"portal_sidebar_user_select_border": "#EEEEEE",
"portal_sidebar_collapse_button_hover": "#B3B9C4",
"portal_sidebar_user_select_background": "#F6F6F6",
"portal_sidebar_user_select_text_hover": "#323B4B",
"portal_sidebar_user_select_border_hover": "#828994"
},
"is_subscribed": true,
"regulatory_text": "Regulatory text",
"cc_email_addresses": [
"jack@example.com",
"jill@example.com"
],
"addon_subscriptions": "App\\Http\\Resources\\Addons\\AddonSubscriptionResource",
"bcc_email_addresses": [
"jack@example.com",
"jill@example.com"
],
"statement_frequency": "monthly",
"task_board_template": "App\\Http\\Resources\\Board\\BoardResource",
"keep_deleted_files_for": 30,
"reply_to_email_address": "jack@example.com",
"welcome_paragraph_html": "<h1>Welcome.</h1>",
"mobile_app_support_email": "support@example.com",
"mobile_app_support_number": "01234 567890",
"email_welcome_paragraph_html": "Welcome to Plannr!",
"show_fact_find_illustrations": true
},
"name": "Gareth Thompson",
"role": "client",
"tags": [
{
"name": "Mortgage",
"slug": "mortgage",
"uuid": "e0d47d47-1355-4e7b-802c-acfece2fb352",
"colour": "#ef4582",
"created_at": "2026-04-08T15:40:46+01:00",
"updated_at": "2026-04-08T15:40:46+01:00"
}
],
"type": "client",
"uuid": "647ae8e0-5c16-43a4-8cd6-bfb01d874663",
"email": "gareth@codepotato.co.uk",
"groups": [
{
"name": "finance",
"slug": "finance",
"uuid": "e2691398-ca3c-42d1-84c4-8b5b589d5e1c",
"created_at": "2026-04-08T15:40:46+01:00",
"updated_at": "2026-04-08T15:40:46+01:00",
"participants": {
"name": {
"example": "Gareth Thompson",
"description": "Name of the account"
},
"role": {
"example": "client",
"description": "Role of the account"
},
"uuid": {
"example": "195bb4f9-3c64-4bab-99ec-afd1a8dfad67",
"description": "UUID of the account"
},
"email": {
"example": "gareth@codepotato.co.uk",
"description": "Email of the account"
},
"last_name": {
"example": "Thompson",
"description": "Last name of the account"
},
"first_name": {
"example": "Gareth",
"description": "First name of the account"
}
},
"participants_count": "3"
}
],
"owners": [
{
"firm": "App\\Http\\Resources\\FirmResource",
"name": "Gareth Thompson",
"role": "client",
"tags": "App\\Http\\Resources\\TagResource",
"type": "client",
"uuid": "04c4f5dc-457c-489d-be0c-0a303c6641ce",
"email": "gareth@codepotato.co.uk",
"groups": "App\\Http\\Resources\\GroupResource",
"owners": "App\\Http\\Resources\\AccountResource",
"circles": "App\\Http\\Resources\\CircleResource",
"last_name": "Thompson",
"photo_url": "https://eu.ui-avatars.com/api/?name=gareth+thompson",
"created_at": "2026-04-08T15:40:46+01:00",
"first_name": "Gareth",
"updated_at": "2026-04-08T15:40:46+01:00",
"with_login": true,
"inactive_at": "2026-04-08",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
},
"custom_fields": "App\\Http\\Resources\\CustomFieldValueResource",
"introduced_by": "App\\Http\\Resources\\AccountResource",
"primary_email": "App\\Http\\Resources\\ContactDetailResource",
"referral_code": "ABC12345",
"can_be_deleted": "false",
"assigned_adviser": "App\\Http\\Resources\\AccountResource",
"next_review_date": "2026-04-08T15:40:46+01:00",
"has_joint_account": true,
"current_time_entry": "App\\Http\\Resources\\TimeEntryResource",
"first_contact_date": "2026-04-08T15:40:46+01:00",
"external_references": "App\\Http\\Resources\\ExternalReferenceResource",
"last_interaction_at": "2026-04-08 15:40:46",
"assigned_paraplanner": "App\\Http\\Resources\\AccountResource",
"joint_account_circle": "App\\Http\\Resources\\CircleResource",
"ownership_percentage": 100,
"previous_review_date": "2026-04-08T15:40:46+01:00",
"primary_phone_number": "App\\Http\\Resources\\ContactDetailResource",
"assigned_administrator": "App\\Http\\Resources\\AccountResource",
"anniversary_review_date": "2026-04-08T15:40:46+01:00"
}
],
"circles": [
{
"name": "Jones Family",
"uuid": "d0620e82-3c7c-425d-a362-a7a084d6dc35",
"groups": "App\\Http\\Resources\\GroupResource",
"accounts": "App\\Http\\Resources\\AccountResource",
"bg_colour": "#35f4e1",
"photo_url": "https://eu.ui-avatars.com/api/?name=jones+family",
"created_at": "2026-04-08T15:40:46+01:00",
"updated_at": "2026-04-08T15:40:46+01:00",
"joint_account_uuid": "a6e5cb04-b9f2-4f05-bf09-82bf7af70079",
"login_access_level": "write",
"external_references": "App\\Http\\Resources\\ExternalReferenceResource"
}
],
"last_name": "Thompson",
"photo_url": "https://eu.ui-avatars.com/api/?name=gareth+thompson",
"created_at": "2026-04-08T15:40:46+01:00",
"first_name": "Gareth",
"updated_at": "2026-04-08T15:40:46+01:00",
"with_login": true,
"inactive_at": "2026-04-08",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
},
"custom_fields": [
{
"name": "Favourite Drink",
"type": "string",
"uuid": "af724456-1166-47ed-bfb3-4fd38ce6bbca",
"value": "Coffee",
"help_text": "This is the client's favourite drink.",
"reference": "favourite_drink",
"created_at": "2026-04-08T15:40:46+01:00",
"updated_at": "2026-04-08T15:40:46+01:00",
"is_required": false,
"selection_options": [
"Coffee",
"Tea",
"Water"
]
}
],
"introduced_by": {
"firm": "App\\Http\\Resources\\FirmResource",
"name": "Gareth Thompson",
"role": "client",
"tags": "App\\Http\\Resources\\TagResource",
"type": "client",
"uuid": "2befbb1d-4387-43a6-9436-a8a262259b91",
"email": "gareth@codepotato.co.uk",
"groups": "App\\Http\\Resources\\GroupResource",
"owners": "App\\Http\\Resources\\AccountResource",
"circles": "App\\Http\\Resources\\CircleResource",
"last_name": "Thompson",
"photo_url": "https://eu.ui-avatars.com/api/?name=gareth+thompson",
"created_at": "2026-04-08T15:40:46+01:00",
"first_name": "Gareth",
"updated_at": "2026-04-08T15:40:46+01:00",
"with_login": true,
"inactive_at": "2026-04-08",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
},
"custom_fields": "App\\Http\\Resources\\CustomFieldValueResource",
"introduced_by": "App\\Http\\Resources\\AccountResource",
"primary_email": "App\\Http\\Resources\\ContactDetailResource",
"referral_code": "ABC12345",
"can_be_deleted": "false",
"assigned_adviser": "App\\Http\\Resources\\AccountResource",
"next_review_date": "2026-04-08T15:40:46+01:00",
"has_joint_account": true,
"current_time_entry": "App\\Http\\Resources\\TimeEntryResource",
"first_contact_date": "2026-04-08T15:40:46+01:00",
"external_references": "App\\Http\\Resources\\ExternalReferenceResource",
"last_interaction_at": "2026-04-08 15:40:46",
"assigned_paraplanner": "App\\Http\\Resources\\AccountResource",
"joint_account_circle": "App\\Http\\Resources\\CircleResource",
"ownership_percentage": 100,
"previous_review_date": "2026-04-08T15:40:46+01:00",
"primary_phone_number": "App\\Http\\Resources\\ContactDetailResource",
"assigned_administrator": "App\\Http\\Resources\\AccountResource",
"anniversary_review_date": "2026-04-08T15:40:46+01:00"
},
"primary_email": {
"name": "Work number",
"type": "phone_number",
"uuid": "5d0e1ed0-f3e5-4246-abde-00bf97cf7db4",
"value": "+443330903630",
"accounts": "App\\Http\\Resources\\AccountResource",
"created_at": "2026-04-08T15:40:46+01:00",
"updated_at": "2026-04-08T15:40:46+01:00",
"phone_number_meta": {
"country": "GB",
"formatted": "0333 090 3630"
}
},
"referral_code": "ABC12345",
"can_be_deleted": "false",
"assigned_adviser": {
"firm": "App\\Http\\Resources\\FirmResource",
"name": "Gareth Thompson",
"role": "client",
"tags": "App\\Http\\Resources\\TagResource",
"type": "client",
"uuid": "1f04038b-70da-46a5-8a56-a27f5e805fe5",
"email": "gareth@codepotato.co.uk",
"groups": "App\\Http\\Resources\\GroupResource",
"owners": "App\\Http\\Resources\\AccountResource",
"circles": "App\\Http\\Resources\\CircleResource",
"last_name": "Thompson",
"photo_url": "https://eu.ui-avatars.com/api/?name=gareth+thompson",
"created_at": "2026-04-08T15:40:46+01:00",
"first_name": "Gareth",
"updated_at": "2026-04-08T15:40:46+01:00",
"with_login": true,
"inactive_at": "2026-04-08",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
},
"custom_fields": "App\\Http\\Resources\\CustomFieldValueResource",
"introduced_by": "App\\Http\\Resources\\AccountResource",
"primary_email": "App\\Http\\Resources\\ContactDetailResource",
"referral_code": "ABC12345",
"can_be_deleted": "false",
"assigned_adviser": "App\\Http\\Resources\\AccountResource",
"next_review_date": "2026-04-08T15:40:46+01:00",
"has_joint_account": true,
"current_time_entry": "App\\Http\\Resources\\TimeEntryResource",
"first_contact_date": "2026-04-08T15:40:46+01:00",
"external_references": "App\\Http\\Resources\\ExternalReferenceResource",
"last_interaction_at": "2026-04-08 15:40:46",
"assigned_paraplanner": "App\\Http\\Resources\\AccountResource",
"joint_account_circle": "App\\Http\\Resources\\CircleResource",
"ownership_percentage": 100,
"previous_review_date": "2026-04-08T15:40:46+01:00",
"primary_phone_number": "App\\Http\\Resources\\ContactDetailResource",
"assigned_administrator": "App\\Http\\Resources\\AccountResource",
"anniversary_review_date": "2026-04-08T15:40:46+01:00"
},
"next_review_date": "2026-04-08T15:40:46+01:00",
"has_joint_account": true,
"current_time_entry": {
"name": "Research",
"uuid": "028886d0-a027-433c-b55d-4dc2450aa22f",
"account": "App\\Http\\Resources\\MinimalAccountResource",
"end_date": "2026-04-08T15:18:46+01:00",
"is_active": true,
"trackable": "App\\Http\\Resources\\MinimalAccountResource",
"created_at": "2026-04-08T15:40:46+01:00",
"start_date": "2026-04-08T14:50:46+01:00",
"updated_at": "2026-04-08T15:40:46+01:00",
"description": "This is a description.",
"trackable_type": "Client",
"total_time_in_minutes": 28,
"computed_time_elapsed_in_seconds": 1680
},
"first_contact_date": "2026-04-08T15:40:46+01:00",
"external_references": [
{
"uuid": "bdaab89d-5bb3-4937-9af4-44b58030852a",
"reference": "AB123456",
"created_at": "2026-04-08T15:40:46+01:00",
"updated_at": "2026-04-08T15:40:46+01:00",
"third_party": "nucleus"
}
],
"last_interaction_at": "2026-04-08 15:40:46",
"assigned_paraplanner": {
"firm": "App\\Http\\Resources\\FirmResource",
"name": "Gareth Thompson",
"role": "client",
"tags": "App\\Http\\Resources\\TagResource",
"type": "client",
"uuid": "873125c2-31c1-4951-ba3a-3f8cb4e92f6f",
"email": "gareth@codepotato.co.uk",
"groups": "App\\Http\\Resources\\GroupResource",
"owners": "App\\Http\\Resources\\AccountResource",
"circles": "App\\Http\\Resources\\CircleResource",
"last_name": "Thompson",
"photo_url": "https://eu.ui-avatars.com/api/?name=gareth+thompson",
"created_at": "2026-04-08T15:40:46+01:00",
"first_name": "Gareth",
"updated_at": "2026-04-08T15:40:46+01:00",
"with_login": true,
"inactive_at": "2026-04-08",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
},
"custom_fields": "App\\Http\\Resources\\CustomFieldValueResource",
"introduced_by": "App\\Http\\Resources\\AccountResource",
"primary_email": "App\\Http\\Resources\\ContactDetailResource",
"referral_code": "ABC12345",
"can_be_deleted": "false",
"assigned_adviser": "App\\Http\\Resources\\AccountResource",
"next_review_date": "2026-04-08T15:40:46+01:00",
"has_joint_account": true,
"current_time_entry": "App\\Http\\Resources\\TimeEntryResource",
"first_contact_date": "2026-04-08T15:40:46+01:00",
"external_references": "App\\Http\\Resources\\ExternalReferenceResource",
"last_interaction_at": "2026-04-08 15:40:46",
"assigned_paraplanner": "App\\Http\\Resources\\AccountResource",
"joint_account_circle": "App\\Http\\Resources\\CircleResource",
"ownership_percentage": 100,
"previous_review_date": "2026-04-08T15:40:46+01:00",
"primary_phone_number": "App\\Http\\Resources\\ContactDetailResource",
"assigned_administrator": "App\\Http\\Resources\\AccountResource",
"anniversary_review_date": "2026-04-08T15:40:46+01:00"
},
"joint_account_circle": {
"name": "Jones Family",
"uuid": "510d8aac-70be-4f57-ae54-567a263fff16",
"groups": "App\\Http\\Resources\\GroupResource",
"accounts": "App\\Http\\Resources\\AccountResource",
"bg_colour": "#35f4e1",
"photo_url": "https://eu.ui-avatars.com/api/?name=jones+family",
"created_at": "2026-04-08T15:40:46+01:00",
"updated_at": "2026-04-08T15:40:46+01:00",
"joint_account_uuid": "4f3f6e84-d043-4969-9d13-26a4726b112d",
"login_access_level": "write",
"external_references": "App\\Http\\Resources\\ExternalReferenceResource"
},
"ownership_percentage": 100,
"previous_review_date": "2026-04-08T15:40:46+01:00",
"primary_phone_number": {
"name": "Work number",
"type": "phone_number",
"uuid": "08546de3-8d1f-4bbf-9ea8-b34d00bca952",
"value": "+443330903630",
"accounts": "App\\Http\\Resources\\AccountResource",
"created_at": "2026-04-08T15:40:46+01:00",
"updated_at": "2026-04-08T15:40:46+01:00",
"phone_number_meta": {
"country": "GB",
"formatted": "0333 090 3630"
}
},
"assigned_administrator": {
"firm": "App\\Http\\Resources\\FirmResource",
"name": "Gareth Thompson",
"role": "client",
"tags": "App\\Http\\Resources\\TagResource",
"type": "client",
"uuid": "93a34c3a-3a74-4ffc-b57a-74261ab879de",
"email": "gareth@codepotato.co.uk",
"groups": "App\\Http\\Resources\\GroupResource",
"owners": "App\\Http\\Resources\\AccountResource",
"circles": "App\\Http\\Resources\\CircleResource",
"last_name": "Thompson",
"photo_url": "https://eu.ui-avatars.com/api/?name=gareth+thompson",
"created_at": "2026-04-08T15:40:46+01:00",
"first_name": "Gareth",
"updated_at": "2026-04-08T15:40:46+01:00",
"with_login": true,
"inactive_at": "2026-04-08",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
},
"custom_fields": "App\\Http\\Resources\\CustomFieldValueResource",
"introduced_by": "App\\Http\\Resources\\AccountResource",
"primary_email": "App\\Http\\Resources\\ContactDetailResource",
"referral_code": "ABC12345",
"can_be_deleted": "false",
"assigned_adviser": "App\\Http\\Resources\\AccountResource",
"next_review_date": "2026-04-08T15:40:46+01:00",
"has_joint_account": true,
"current_time_entry": "App\\Http\\Resources\\TimeEntryResource",
"first_contact_date": "2026-04-08T15:40:46+01:00",
"external_references": "App\\Http\\Resources\\ExternalReferenceResource",
"last_interaction_at": "2026-04-08 15:40:46",
"assigned_paraplanner": "App\\Http\\Resources\\AccountResource",
"joint_account_circle": "App\\Http\\Resources\\CircleResource",
"ownership_percentage": 100,
"previous_review_date": "2026-04-08T15:40:46+01:00",
"primary_phone_number": "App\\Http\\Resources\\ContactDetailResource",
"assigned_administrator": "App\\Http\\Resources\\AccountResource",
"anniversary_review_date": "2026-04-08T15:40:46+01:00"
},
"anniversary_review_date": "2026-04-08T15:40:46+01:00"
}
]
}