Integrate Wealth365 with your existing CRM and back-office systems via our RESTful API.
All API requests require an API key passed in the header. Enterprise clients receive their API key upon account setup. Contact your account manager for access.
API requests are limited to 100 requests per minute per API key. Enterprise clients can request higher limits.
Retrieve a list of all clients associated with your advisor account.
Create a new client profile.
| Parameter | Type | Required | Description |
|---|---|---|---|
| first_name | string | Yes | Client's first name |
| last_name | string | Yes | Client's last name |
| string | Yes | Client's email address | |
| date_of_birth | string | No | Date of birth (YYYY-MM-DD) |
| phone | string | No | Contact phone number |
Retrieve detailed information about a specific client.
Retrieve all retirement plans for a specific client.
Create a new retirement plan for a client.
| Parameter | Type | Required | Description |
|---|---|---|---|
| name | string | Yes | Plan name/description |
| household_type | string | No | single, couple, or family |
| initial_data | object | No | Initial plan data (income, pensions, etc.) |
Retrieve full plan data including all financial details.
Update an existing plan with new data.
Run retirement projection calculations on provided data.
| Parameter | Type | Required | Description |
|---|---|---|---|
| current_age | integer | Yes | Client's current age |
| retirement_age | integer | Yes | Target retirement age |
| pension_pots | array | Yes | Array of pension pot objects |
| include_state_pension | boolean | No | Include State Pension in projections |
| ni_years | integer | No | National Insurance qualifying years |
Calculate UK income tax based on provided income sources.
Run Monte Carlo simulation with custom parameters.
| Parameter | Type | Required | Description |
|---|---|---|---|
| initial_value | number | Yes | Starting portfolio value |
| annual_contribution | number | Yes | Yearly contribution amount |
| years | integer | Yes | Projection period in years |
| simulations | integer | No | Number of simulations (default: 1000) |
| mean_return | number | No | Expected annual return % (default: 7) |
| std_dev | number | No | Standard deviation % (default: 15) |
Generate and download a PDF report for a plan.
| Parameter | Type | Default | Description |
|---|---|---|---|
| format | string | Output format: pdf or html | |
| include_monte_carlo | boolean | true | Include Monte Carlo section |
| include_tax | boolean | true | Include tax analysis |
Contact our sales team to discuss API access and integration requirements.
Contact Sales