GET
/
v3
/
governance
/
properties

Bounded Boxes allow you to search for properties within a specific area. This is useful for finding properties within a specific area, usually to display on a map.

To search for properties within a bounded box, you need to supply two pieces of data with the request: the top right and bottom left coordinates of the box.

The API will then return a list of properties that fall within the box that can be drawn from those two coordinates.

Authorizations

Authorization
string
headerrequired

To understand how to authenticate, see the auth docs

Query Parameters

limit
integer
default: 10

Limit the number of resources returned by the API

offset
integer
default: 0

Offset for resources returned by the API

filter[location.box.bottom_left]
string

The bottom left corner of bounding box to filter by

filter[location.box.top_right]
string

The top right corner of bounding box to filter by

Response

200 - application/json
data
object[]