APIs
All Placepoint APIs use OAuth2 client credentials authentication and return JSON responses.
Query Norwegian property data by cadastre number. Retrieve plots, buildings, owners, addresses, and assets.
RESTSearch and match Norwegian addresses and locations using configurable matching service codes.
RESTGenerate and validate embed tokens for securely embedding Placepoint maps in external applications.
How it works
Get credentials
Contact Placepoint to receive your client ID and client secret for API access.
Request a token
Exchange your credentials for an OAuth2 access token using the client credentials flow.
Call the API
Include the Bearer token in the Authorization header of every API request.