GET
https://app.realie.ai/api
/
public
/
property
/
parcelId
curl --request GET \
  --url https://app.realie.ai/api/public/property/parcelId/ \
  --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.

county
string
required

The county where the property is located.

parcelId
string
required

The exact parcel ID to lookup.

Response

200
application/json

Property found successfully

The response is of type object.