Objects

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.

PensionManagementInstitution

Institution where the pension can be managed. Each institution has a fixed URL: - Avtalat: https://www.avtalat.se/logga-in/ - Fora: https://internetkontoret.fora.se/irj/portal/Privat - Valcentralen: https://valcentralen.se/Sec/BankID/Auth.aspx - Pensionsvalet: https://www.pensionsvalet.se/inloggning/ - SPV: https://spv.se/privatperson/statlig-tjanstepension/mina-sidor/

namestring

Name of the institution.

Possible Enum values are Avtalat, Fora, Valcentralen, Pensionsvalet or SPV.
urlstring

Login URL for moving the pension.

Possible Enum values are https://www.avtalat.se/logga-in/, https://internetkontoret.fora.se/irj/portal/Privat, https://valcentralen.se/Sec/BankID/Auth.aspx, https://www.pensionsvalet.se/inloggning/ or https://spv.se/privatperson/statlig-tjanstepension/mina-sidor/.
Example
{  "name": "Avtalat",  "url": "https://www.avtalat.se/logga-in/"}