GET
/
public
/
premium
/
owner
/

Authorizations

Authorization
string
headerrequired

Provide your API key directly in the header.

Query Parameters

state
string
required

The state where the property is located.

lastName
string
required

The last name of the property owner (or the company name).

county
string

The county where the property is located.

firstName
string

The first name of the property owner (optional).

limit
integer
default: 25

Maximum number of results to return. Defaults to 25, maximum is 25.

Required range: 1 < x < 25
offset
integer
default: 0

Number of records to skip. Defaults to 0.

Required range: x > 0

Response

200 - application/json
properties
object[]

Array of properties found.

metadata
object