Routes

Get collection data

GEThttps://api.insurely.com/wealth/collection/{collectionId}/data
authorization-token
Type:apiKey
Parameter Name:authorization-token
In:header

Path Parameters

collectionIdstringrequired

Header Parameters

Insurely-Versionstring

Enum:["2025-01-01"]

Responses

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 KF, ISK, CUSTODY_ACCOUNT, UNKNOWN_INVESTMENT_TYPE, IPS_PENSION, PRIVATE_PENSION, OCCUPATIONAL_PENSION, COLLECTIVE_OCCUPATIONAL_PENSION, UNKNOWN_PENSION_TYPE, MORTGAGE_LOAN, UNSECURED_LOAN, GENERAL_SAVINGS_ACCOUNT, or GENERAL_SAVINGS_ACCOUNT_FIXED_PERIOD.
cURL
curl https://api.insurely.com/wealth/collection/{collectionId}/data \  -H "authorization-token: <authorization-token>"