curl --request POST \
--url /tenant/v1/properties/search-deed \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {access_token}' \
--data '{
"deed_id": 920227005017
}'
Properties
Search Deed
Search for a property deed by ID
POST
/
tenant
/
v1
/
properties
/
search-deed
curl --request POST \
--url /tenant/v1/properties/search-deed \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {access_token}' \
--data '{
"deed_id": 920227005017
}'
Headers
string
required
Must be “application/json”
Body
number
required
The ID of the deed to search for
curl --request POST \
--url /tenant/v1/properties/search-deed \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {access_token}' \
--data '{
"deed_id": 920227005017
}'

