Sign in

Get Zestimate by ID

documented

Retrieve a single Zestimate entry by internal identifier.

GET https://api.bridgedataoutput.com/api/v2/zestimates/zestimates/{id}Zestimatesno implementation yet0 runs
No 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/zestimates/{{$id}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer {{BRIDGE_ACCESS_TOKEN}}"
Get Zestimate by ID · Zillow · OpenIntegrations