Retrieve insurance information related to Companies
GET/companies/insurance
Company Insurance Information Endpoint
Overview
This API returns information about a housing company (boligselskap) or companies insurance based on a batch ID or Organization ID.
It supports both single company retrieval and batch downloads.
This API returns a timeseries over housing companies insurance cost and insurance providers in a yearly format.
Example Request
curl -X 'GET' \
'https://apis.propcloud.no/api/public/companies/insurance?org-id=812805142' \
-H 'accept: application/json' \
-H 'api-key: YOUR_API_KEY'
Response Description
| Key | Description | Beskrivelse | Source |
|---|---|---|---|
orgId | Unique identifier for the organization | Unik identifikator for organisasjonen | Enhetsregisteret |
batchId | Unique identifier for the batch of records | Unik identifikator for batchen | PropCloud |
{year}Cost | The cost of insurance for a given year | Kostnaden for forsikring for et gitt ar | PropCloud |
{year}InsuranceProvider | The insurance provider for a given year | Forsikringsleverandoren for et gitt ar | PropCloud |
Request
Responses
- 200
- 422
Successful Response
Validation Error