Get Zestimate (v2)
documentedFetch a Zestimate using the v2 zestimates_v2/zestimate endpoint (requires access token).
GET https://api.bridgedataoutput.com/api/v2/zestimates_v2/zestimateZestimatesno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.bridgedataoutput.com/api/v2/zestimates_v2/zestimate?address={{$address}}&city={{$city}}&state={{$state}}&zipcode={{$zipcode}}" \
-X GET \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}"