Get wealth collection data
Request
Path Parameters
Header Parameters
Specifies the API version to use. Must match the version of the endpoint you are targeting.
2026-04-01.Responses
Wealth data successfully fetched.
Body
Company where the financial product has been collected from, in the format {market}-{company}.
Display name of the company for user-friendly presentation.
Type of the financial product.
FRENCH_PENSION, FRENCH_INVESTMENT, LIFE_INSURANCE, FRENCH_PUBLIC_PENSION, LIVRET or FRENCH_CAREER_STATEMENT.Properties below are from the FrenchPension subtype. View the full schema for full details.
Whether the holder is currently making additional contributions to the contract.
Classification of the pension.
PERIN, PEROB, PERECO, PERCO, PERP, PREFON, ARTICLE83, MADELIN or GENERIC.Company where the financial product has been collected from. Example: fr-info-retraite.
Display name of the company for user-friendly presentation.
Whether the pension contract is held individually by the policy holder or as part of a collective (employer-sponsored) plan.
INDIVIDUAL or COLLECTIVE.Indicates how the account data was obtained. AUTOMATIC means the data was collected via an aggregator connection. MANUAL means the account was added manually by the user. Defaults to AUTOMATIC.
AUTOMATIC or MANUAL.List of holdings within the pension.
Insurely-generated unique identifier for this collection of the financial product. Randomly generated and not stable across collections — a new id is issued each time the product is collected, even for the same underlying account. Use this only as a handle within a single collection (e.g., to correlate holdings and transactions). Do not use it to recognize the same product over time; use the stable institution-assigned identifier on this product (e.g., productNumber, accountNumber, or loanId) for that.
Management mode of the pension.
HYBRIDE, LIBRE or PILOTE.Conditions describing when and how the pension is paid out.
Name of the financial product.
The product number assigned by the source financial institution (e.g., ISK account number, policy number, mortgage number). This is the most stable identifier for the product over time and across collections, and is suitable for matching the same product between repeated collections. Note that stability is best-effort and depends on what the institution exposes; it may occasionally change if the institution restructures or reissues the product.
Date when the pension contract was opened.
Transaction history for the last 12 months.
Type of the financial product.
FRENCH_PENSION, FRENCH_INVESTMENT, LIFE_INSURANCE, FRENCH_PUBLIC_PENSION, LIVRET or FRENCH_CAREER_STATEMENT.Date when the pension was last updated by the institution.
curl https://api.insurely.com/collections/{collectionId}/wealth/data \
-H "authorization-token: <authorization-token>"[
{
"company": "fr-info-retraite",
"companyDisplayName": "Info Retraite",
"document": {
"id": "e3a1f0c7-52b4-4c9d-9f11-6d8a2b4c7e05"
},
"id": "b4c1ec96-182b-4533-98e1-7060d9643928",
"productNumber": "PRM00321-1131",
"type": "FRENCH_CAREER_STATEMENT"
}
]