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 number | Address |
|---|---|
0301-207-76-0-0 | Oslo 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.