GET
https://app.realie.ai/api
/
public
/
property
/
address
curl --request GET \
  --url https://app.realie.ai/api/public/property/address/ \
  --header 'Authorization: <api-key>'
{
  "property": {}
}

Authorizations

Authorization
string
header
required

Provide your API key directly in the header.

Query Parameters

state
string
required

The state (e.g. CA) where the property is located.

address
string
required

The exact address to lookup.

county
string

The county where the property is located. Required when city parameter is provided.

city
string

The city where the property is located. If specified, county parameter is required.

Response

200
application/json

Property found successfully

The response is of type object.