{ "opencollection": "1.0.0", "info": { "name": "Precisely APIs Byboundary API", "version": "18.1.0" }, "request": { "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://api.precisely.com/oauth/token", "credentials": { "clientId": "{{clientId}}" } } }, "items": [ { "info": { "name": "Byboundary", "type": "folder" }, "items": [ { "info": { "name": "Addresses count by Boundary.", "type": "http" }, "http": { "method": "POST", "url": "https://api.precisely.com/addresses/v1/addresscount/byboundary", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://api.precisely.com/oauth/token", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "This service accepts custom geographic boundaries or drive time & drive distance, returns the total number of addresses within these boundaries." }, { "info": { "name": "Points Of Interest By Boundary", "type": "http" }, "http": { "method": "POST", "url": "https://api.precisely.com/places/v1/poi/byboundary", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://api.precisely.com/oauth/token", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Accepts a user-defined boundary as input and returns all Points of Interest within the boundary. Additionally, user can filter the response by name, type, standard industrial classifications and category codes." } ] } ], "bundled": true }