Gå til hovedinnhold
Beta! This documentation is automatically generated. Information may be incomplete or contain errors, especially screenshots and code samples. We'd love your feedback: use the "Did you find what you were looking for?" widget below, the chat in the bottom right, or email support@placepoint.no - we'll get back to you as soon as we can.

Sandbox

There is no separate sandbox host yet. A trial key (ppk_test_, from GitHub sign-in on any docs.placepoint.no/api page) calls the same host as production, data.placepoint.no, no billing.

Demo properties

The trial key works against a small set of real, named properties so you can explore the shape of the data before requesting broader access:

Cadastre numberAddress
0301-207-76-0-0Oslo S, Jernbanetorget 1
1539-27-410-0-0Øravegen 16, Åndalsnes
curl https://data.placepoint.no/properties/NO/0301-207-76-0-0/tenants \
-H "Authorization: Bearer $TOKEN"

The trial key is limited to these demo properties. A call against a different cadastre number returns a Problem Details error; see Errors for the response shape.

Moving to production

Production credentials (ppk_live_, client-credentials grant against data.placepoint.no) come from Placepoint. The request shape is identical; only the credential prefix and the properties you can reach change.

Beta! This documentation is automatically generated. Information may be incomplete or contain errors, especially screenshots and code samples. We'd love your feedback: use the "Did you find what you were looking for?" widget below, the chat in the bottom right, or email support@placepoint.no - we'll get back to you as soon as we can.