{ "opencollection": "1.0.0", "info": { "name": "ATTOM Area All Events Location API", "version": "v1.0.0" }, "request": { "auth": { "type": "apikey", "key": "apikey", "value": "{{apikey}}", "placement": "header" } }, "items": [ { "info": { "name": "Location", "type": "folder" }, "items": [ { "info": { "name": "Lookup Location By GeoIdV4", "type": "http" }, "http": { "method": "GET", "url": "https://api.gateway.attomdata.com/v4/location/lookup", "params": [ { "name": "geoIdV4", "value": "", "type": "query", "description": "ATTOM v4 geography identifier." }, { "name": "geographyTypeAbbreviation", "value": "", "type": "query", "description": "Two-letter geography-type abbreviation (ZI ZIP, ND neighborhood, CO county, ST state)." } ] }, "docs": "Resolve a geoIdV4 plus optional geography-type abbreviation to a location record." } ] } ], "bundled": true }