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