Routes

This is a preview version of the API intended for early testing and integration. Preview versions are not stable and may include breaking changes before general availability.

Get collection data

GEThttps://api.insurely.com/wealth/collection/{collectionId}/data

Request

Path Parameters

collectionIdstring

Header Parameters

Insurely-Versionstring

Specifies the API version to use. Must match the version of the endpoint you are targeting.

Possible Enum values are 2025-01-01.

Responses

Pension data successfully fetched.

Body

companystring

Company where the financial product has been collected from. Examples: se-folksam, se-lansforsakringar, se-avanza, se-movestic, se-spp, se-nordea, se-amf, se-seb, se-alecta, se-nordnet, se-handelsbanken, se-futur, se-swedbank, se-skandia, se-ica-bank, se-danske-bank.

companyDisplayNamestring

Display name of the company for user-friendly presentation.

typestring

Type of the financial product.

Possible Enum values are DEPOT_ACCOUNT.
One of these types:

Properties below are from the GermanDepotAccount subtype. View the full schema for full details.

companystring

Company where the financial product has been collected from. Examples: de-trade-republic, de-scalable-capital, de-ing, de-comdirect, de-commerzbank, de-dkb, de-consorsbank, de-n26.

companyDisplayNamestring

Display name of the company for user-friendly presentation.

financialInformationProductFinancialInformation

Financial details of the product, like value, performance etc.

List of holdings within the depot account.

idstring

Unique identifier for the financial product.

personalInformationobject

Details of the person collecting the data.

productNamestring

Name of the financial product.

productNumberstring

Number associated with the financial product.

typestring

Type of the financial product.

Possible Enum values are DEPOT_ACCOUNT.
cURL
curl https://api.insurely.com/wealth/collection/{collectionId}/data \
  -H "authorization-token: <authorization-token>"