{ "opencollection": "1.0.0", "info": { "name": "Precisely APIs Property Information Service API", "version": "18.1.0" }, "request": { "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://api.precisely.com/oauth/token", "credentials": { "clientId": "{{clientId}}" } } }, "items": [ { "info": { "name": "Property Information Service", "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 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 }