{ "opencollection": "1.0.0", "info": { "name": "Precisely APIs Properties API", "version": "18.1.0" }, "request": { "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://api.precisely.com/oauth/token", "credentials": { "clientId": "{{clientId}}" } } }, "items": [ { "info": { "name": "Properties", "type": "folder" }, "items": [ { "info": { "name": "PropertyV2 Attributes By Address.", "type": "http" }, "http": { "method": "GET", "url": "https://api.precisely.com/property/v2/attributes/byaddress", "params": [ { "name": "address", "value": "", "type": "query", "description": "free form address text" }, { "name": "attributes", "value": "", "type": "query", "description": "Case-insensitive comma separated values of property attributes. Response will contain only the input attributes." } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://api.precisely.com/oauth/token", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "GetPropertyAttributesbyAddress Endpoint will take address as an input and will return key property attributes in response. Optionally user will have the option to filter the attributes and will pay for only returned attributes." }, { "info": { "name": "PropertyV2 Attributes By Address Batch.", "type": "http" }, "http": { "method": "POST", "url": "https://api.precisely.com/property/v2/attributes/byaddress", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://api.precisely.com/oauth/token", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "GetPropertyAttributesbyAddressBatch Endpoint will take the list of addresses as an input and will return key property attributes for the given addresses in response. Optionally user will have the option to filter the attributes and will pay for only returned attributes." }, { "info": { "name": "Get Parcel Boundary By Location", "type": "http" }, "http": { "method": "GET", "url": "https://api.precisely.com/property/v2/parcelboundary/bylocation", "params": [ { "name": "longitude", "value": "", "type": "query", "description": "Longitude of Location" }, { "name": "latitude", "value": "", "type": "query", "description": "Latitude of Location" } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://api.precisely.com/oauth/token", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Accepts latitude/longitude as input and returns property parcel boundary around that location." }, { "info": { "name": "Get Parcel Boundary By Address", "type": "http" }, "http": { "method": "GET", "url": "https://api.precisely.com/property/v2/parcelboundary/byaddress", "params": [ { "name": "address", "value": "", "type": "query", "description": "free form address text" } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://api.precisely.com/oauth/token", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Accepts address as input and returns property parcel boundary around that address." }, { "info": { "name": "Get Parcel Boundary By PreciselyID", "type": "http" }, "http": { "method": "GET", "url": "https://api.precisely.com/property/v2/parcelboundary/bypreciselyID", "params": [ { "name": "preciselyID", "value": "", "type": "query", "description": "precisely ID" } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://api.precisely.com/oauth/token", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Accepts PB key as input and returns property attributes for the matched address." } ] } ], "bundled": true }