Check Credit Charges

An easy guide to check the credit charges for a single or multiple locations free of charge.

Check Credit Charges Endpoint

To successfully get the credit charges for a single or multiple locations the following endpoint can be used:

Endpoint:
https://api.novasole.com/credits/charges

Request Method:
POST

Request Body

This endpoint requires a valid bearer token and request body that includes details about the Location, Targetgroup, and Calculation Type. Targetgroup is not required and can be set to null. To obtain a valid bearer token, please refer to the Authentication page for more information.

Currently, only locations in the Netherlands, Belgium, and Denmark are supported. Belgian addresses require a street property, while Dutch addresses need a postal code.

For multiple locations repeat the input model in the models list property. Be aware that multiple models in a single request could take longer than single models in multiple requests.

Remark:

In the response of this endpoint additional single or multiple downloads of the TO aerial images are not included.

Successful Response

A successful request provides a list of the credit charges per location and total credit charges if multiple locations are requested.

[
  {
    "location": {
      "address": {
        "postalCode": "string",
        "houseNumber": 1,
        "additive": null,
        "street": null,
        "place": null
      },
      "targetGroup": null
    },
    "credits": null,
    "buildingAreaSquareMeters": null,
    "errors": [
      "string"
    ],
    "totalCredits": null,
    "calculationType": "Scan"
  }
]

Using the Credit Charges

The amount of credits charged for a location provide you with valuable information on the costs of a scan or design for a location. Free of charge.