Routes

Initiate public pension collection

GEThttps://api.insurely.com/wealth/public-pension-collection

Starts a public pension collection for the authenticated external user.

Request

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

Public pension data successfully collected.

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.

guaranteePensionMonetaryAmount

Guarantee pension balance (Garantipension) - optional field only present if the person qualifies for guarantee pension

idstring

Unique identifier for the financial product.

incomePensionMonetaryAmount

Income pension balance (Inkomstpension) - the main component of Swedish public pension based on lifetime earnings

premiumPensionMonetaryAmount

Premium pension balance (Premiepension) - the fund-based component that individuals can manage themselves

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.
updatedDatestring

Date when the pension balance was last updated (YYYY-MM-DD format)

cURL
curl https://api.insurely.com/wealth/public-pension-collection \  -H "Authorization: Bearer <jwt-token>"