Get net worth Run in API Explorer

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://apidocs.plannrcrm.com/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
{
  "PlannrCRM MCP server": {
    "url": "https://apidocs.plannrcrm.com/mcp"
  }
}

Close
GET /api/v2/networth

Returns the total net worth of the plans that would be returned in the /v2/plans endpoint, broken down in to abstract types and types.

Headers

  • X-PLANNR-ACCOUNT-UUID string

Query parameters

  • date string

    Date in format Y-m-d to get the net worth at the date. Defaults to current date if not provided.

  • include_circle_plans boolean

    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.

  • include string

    Comma separated list of relationships to include in the response. Valid relationships are [accounts, cases, tags, sub_accounts, wrap, wrap_children, external_references, active_adviser, seller, linked_owners, group_scheme, sub_group_scheme, custom_fields].

  • filter[uuid] string

    Filter by a comma separated list of UUIDs.

  • filter[abstract_type] string

    Comma separated list of abstract types. Valid abstract types are [asset, liability, protection]

  • filter[type] string

    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]

  • filter[sub_type] string

    Comma separated list of sub types.

  • filter[name] string

    Comma separated list of plan names to search against, can include partial matches.

  • filter[account_uuids] string

    Comma separated list of client UUIDs to search against.

  • filter[exact_account_uuids] string

    Comma separated list of accounts UUIDs that are all the owners of a plan.

  • filter[circle_uuids] string

    Comma separated list of circle UUIDs to search against.

  • filter[policy_number] string

    Comma separated list of policy numbers to search against, can include partial matches.

  • filter[provider_uuids] string

    Comma separated list of provider provider UUIDs to search against.

  • filter[status] string

    Comma separated string of statuses to filter by. Valid statuses are [active, proposed, inactive]

  • filter[seller_uuids] string

    Comma separated list of adviser UUIDs of who sold the plan to search against.

  • filter[active_adviser_uuids] string

    Comma separated list of adviser UUIDs of who is actively managing the plan to search against.

  • filter[case_uuids] string

    Comma separated list of case UUIDs

  • filter[valuation_from] integer

    Amount in pennies to filter where latest valuation is greater than.

  • filter[valuation_to] integer

    Amount in pennies to filter where latest valuation is less than.

  • filter[tags] string

    Comma separated list of tag names or tag UUIDs.

  • filter[is_wrap_product] boolean

    filter the plans by if they are a wrap product

  • filter[hide_wrap_children] boolean

    Used to hide the wrap children from the primary list of plans.

  • filter[custom_field:REFERENCE] string

    Filter by a plan custom field. Example filter[custom_field:cryptocurrencies]=bitcoin

Responses

  • 200 application/json
    Hide response attributes Show response attributes object
    • valued_at string

      The timestamp of when the networth was calculated

    • total object

      The total wealth of the client at the given date

      Hide total attributes Show total attributes object
      • amount object
        Hide amount attributes Show amount attributes object
        • example string
        • description string
      • formatted object
        Hide formatted attributes Show formatted attributes object
        • example string
        • description string
      • currency object
        Hide currency attributes Show currency attributes object
        • example string
        • description string
    • abstract_types object

      The total wealth broken down in to plan abstract types

      Hide abstract_types attributes Show abstract_types attributes object
      • assets object
        Hide assets attributes Show assets attributes object
        • amount object
          Hide amount attributes Show amount attributes object
          • example string
          • description string
        • formatted object
          Hide formatted attributes Show formatted attributes object
          • example string
          • description string
        • currency object
          Hide currency attributes Show currency attributes object
          • example string
          • description string
      • liabilities object
        Hide liabilities attributes Show liabilities attributes object
        • amount object
          Hide amount attributes Show amount attributes object
          • example string
          • description string
        • formatted object
          Hide formatted attributes Show formatted attributes object
          • example string
          • description string
        • currency object
          Hide currency attributes Show currency attributes object
          • example string
          • description string
      • protection object
        Hide protection attributes Show protection attributes object
        • amount object
          Hide amount attributes Show amount attributes object
          • example string
          • description string
        • formatted object
          Hide formatted attributes Show formatted attributes object
          • example string
          • description string
        • currency object
          Hide currency attributes Show currency attributes object
          • example string
          • description string
    • plan_types object

      The total wealth broken down in to plan types

      Hide plan_types attributes Show plan_types attributes object
      • annuity object
        Hide annuity attributes Show annuity attributes object
        • amount object
          Hide amount attributes Show amount attributes object
          • example string
          • description string
        • formatted object
          Hide formatted attributes Show formatted attributes object
          • example string
          • description string
        • currency object
          Hide currency attributes Show currency attributes object
          • example string
          • description string
      • cash_account object
        Hide cash_account attributes Show cash_account attributes object
        • amount object
          Hide amount attributes Show amount attributes object
          • example string
          • description string
        • formatted object
          Hide formatted attributes Show formatted attributes object
          • example string
          • description string
        • currency object
          Hide currency attributes Show currency attributes object
          • example string
          • description string
      • fixed_asset object
        Hide fixed_asset attributes Show fixed_asset attributes object
        • amount object
          Hide amount attributes Show amount attributes object
          • example string
          • description string
        • formatted object
          Hide formatted attributes Show formatted attributes object
          • example string
          • description string
        • currency object
          Hide currency attributes Show currency attributes object
          • example string
          • description string
      • general_insurance object
        Hide general_insurance attributes Show general_insurance attributes object
        • amount object
          Hide amount attributes Show amount attributes object
          • example string
          • description string
        • formatted object
          Hide formatted attributes Show formatted attributes object
          • example string
          • description string
        • currency object
          Hide currency attributes Show currency attributes object
          • example string
          • description string
      • group_protection object
        Hide group_protection attributes Show group_protection attributes object
        • amount object
          Hide amount attributes Show amount attributes object
          • example string
          • description string
        • formatted object
          Hide formatted attributes Show formatted attributes object
          • example string
          • description string
        • currency object
          Hide currency attributes Show currency attributes object
          • example string
          • description string
      • investment object
        Hide investment attributes Show investment attributes object
        • amount object
          Hide amount attributes Show amount attributes object
          • example string
          • description string
        • formatted object
          Hide formatted attributes Show formatted attributes object
          • example string
          • description string
        • currency object
          Hide currency attributes Show currency attributes object
          • example string
          • description string
      • loan_credit object
        Hide loan_credit attributes Show loan_credit attributes object
        • amount object
          Hide amount attributes Show amount attributes object
          • example string
          • description string
        • formatted object
          Hide formatted attributes Show formatted attributes object
          • example string
          • description string
        • currency object
          Hide currency attributes Show currency attributes object
          • example string
          • description string
      • mortgage object
        Hide mortgage attributes Show mortgage attributes object
        • amount object
          Hide amount attributes Show amount attributes object
          • example string
          • description string
        • formatted object
          Hide formatted attributes Show formatted attributes object
          • example string
          • description string
        • currency object
          Hide currency attributes Show currency attributes object
          • example string
          • description string
      • pension object
        Hide pension attributes Show pension attributes object
        • amount object
          Hide amount attributes Show amount attributes object
          • example string
          • description string
        • formatted object
          Hide formatted attributes Show formatted attributes object
          • example string
          • description string
        • currency object
          Hide currency attributes Show currency attributes object
          • example string
          • description string
      • protection_policy object
        Hide protection_policy attributes Show protection_policy attributes object
        • amount object
          Hide amount attributes Show amount attributes object
          • example string
          • description string
        • formatted object
          Hide formatted attributes Show formatted attributes object
          • example string
          • description string
        • currency object
          Hide currency attributes Show currency attributes object
          • example string
          • description string
GET /api/v2/networth
curl \
 --request GET 'https://api.plannrcrm.com/api/v2/networth' \
 --header "Authorization: Bearer $ACCESS_TOKEN" \
 --header "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}"
Response examples (200)
{
  "valued_at": "2026-06-24T14:56:12+01:00",
  "total": {
    "amount": {
      "example": "100000000",
      "description": "Money amount at their lowest denominator (for example: pennies)"
    },
    "formatted": {
      "example": "£1,000,000.00",
      "description": "Money amount formatted with currency"
    },
    "currency": {
      "example": "GBP",
      "description": "Currency of the money"
    }
  },
  "abstract_types": {
    "assets": {
      "amount": {
        "example": "59500000",
        "description": "Money amount at their lowest denominator (for example: pennies)"
      },
      "formatted": {
        "example": "£595,000.00",
        "description": "Money amount formatted with currency"
      },
      "currency": {
        "example": "GBP",
        "description": "Currency of the money"
      }
    },
    "liabilities": {
      "amount": {
        "example": "32500000",
        "description": "Money amount at their lowest denominator (for example: pennies)"
      },
      "formatted": {
        "example": "£325,000.00",
        "description": "Money amount formatted with currency"
      },
      "currency": {
        "example": "GBP",
        "description": "Currency of the money"
      }
    },
    "protection": {
      "amount": {
        "example": "8000000",
        "description": "Money amount at their lowest denominator (for example: pennies)"
      },
      "formatted": {
        "example": "£80,000.00",
        "description": "Money amount formatted with currency"
      },
      "currency": {
        "example": "GBP",
        "description": "Currency of the money"
      }
    }
  },
  "plan_types": {
    "annuity": {
      "amount": {
        "example": "9172106",
        "description": "Money amount at their lowest denominator (for example: pennies)"
      },
      "formatted": {
        "example": "£91,721.06",
        "description": "Money amount formatted with currency"
      },
      "currency": {
        "example": "GBP",
        "description": "Currency of the money"
      }
    },
    "cash_account": {
      "amount": {
        "example": "9452110",
        "description": "Money amount at their lowest denominator (for example: pennies)"
      },
      "formatted": {
        "example": "£94,521.10",
        "description": "Money amount formatted with currency"
      },
      "currency": {
        "example": "GBP",
        "description": "Currency of the money"
      }
    },
    "fixed_asset": {
      "amount": {
        "example": "8394776",
        "description": "Money amount at their lowest denominator (for example: pennies)"
      },
      "formatted": {
        "example": "£83,947.76",
        "description": "Money amount formatted with currency"
      },
      "currency": {
        "example": "GBP",
        "description": "Currency of the money"
      }
    },
    "general_insurance": {
      "amount": {
        "example": "3091804",
        "description": "Money amount at their lowest denominator (for example: pennies)"
      },
      "formatted": {
        "example": "£30,918.04",
        "description": "Money amount formatted with currency"
      },
      "currency": {
        "example": "GBP",
        "description": "Currency of the money"
      }
    },
    "group_protection": {
      "amount": {
        "example": "9767027",
        "description": "Money amount at their lowest denominator (for example: pennies)"
      },
      "formatted": {
        "example": "£97,670.27",
        "description": "Money amount formatted with currency"
      },
      "currency": {
        "example": "GBP",
        "description": "Currency of the money"
      }
    },
    "investment": {
      "amount": {
        "example": "3848845",
        "description": "Money amount at their lowest denominator (for example: pennies)"
      },
      "formatted": {
        "example": "£38,488.45",
        "description": "Money amount formatted with currency"
      },
      "currency": {
        "example": "GBP",
        "description": "Currency of the money"
      }
    },
    "loan_credit": {
      "amount": {
        "example": "7564545",
        "description": "Money amount at their lowest denominator (for example: pennies)"
      },
      "formatted": {
        "example": "£75,645.45",
        "description": "Money amount formatted with currency"
      },
      "currency": {
        "example": "GBP",
        "description": "Currency of the money"
      }
    },
    "mortgage": {
      "amount": {
        "example": "3630342",
        "description": "Money amount at their lowest denominator (for example: pennies)"
      },
      "formatted": {
        "example": "£36,303.42",
        "description": "Money amount formatted with currency"
      },
      "currency": {
        "example": "GBP",
        "description": "Currency of the money"
      }
    },
    "pension": {
      "amount": {
        "example": "6850594",
        "description": "Money amount at their lowest denominator (for example: pennies)"
      },
      "formatted": {
        "example": "£68,505.94",
        "description": "Money amount formatted with currency"
      },
      "currency": {
        "example": "GBP",
        "description": "Currency of the money"
      }
    },
    "protection_policy": {
      "amount": {
        "example": "8796070",
        "description": "Money amount at their lowest denominator (for example: pennies)"
      },
      "formatted": {
        "example": "£87,960.70",
        "description": "Money amount formatted with currency"
      },
      "currency": {
        "example": "GBP",
        "description": "Currency of the money"
      }
    }
  }
}