Look up properties in bulk
POST/properties/:country/lookups
Looks up up to 100 cadastreIds in one call and returns whichever properties resolve, plus a notFound list for the rest. Each requested id counts as one call against the properties.read quota, whether or not it resolves. Idempotency-Key replays the same response to a retried request for 24 hours. A 404 means the country's cadastre register itself is not served; an individual id that does not resolve within a served register comes back in notFound, not as a 404.
Produktside: Eiendommer.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 429
- 500
Looked-up properties.
The request body or a parameter failed validation.
The bearer token is missing, expired or invalid.
The token lacks the scope this operation needs.
No such resource in the served registers.
Rate limit or daily quota exceeded; see the RateLimit headers.
Something failed on our side; quote traceId to support.