curl --request GET \
--url https://lens-api.tic.io/companies/{id}/salary-contributions \
--header 'x-api-key: <api-key>'[
{
"year": 123,
"period": "<string>",
"contributionType": "<string>",
"sumSEK": 123
}
]Returns salary subsidies (lönebidrag) granted by Arbetsförmedlingen to the company.
curl --request GET \
--url https://lens-api.tic.io/companies/{id}/salary-contributions \
--header 'x-api-key: <api-key>'[
{
"year": 123,
"period": "<string>",
"contributionType": "<string>",
"sumSEK": 123
}
]