{ "opencollection": "1.0.0", "info": { "name": "Precisely APIs Advanced API", "version": "18.1.0" }, "request": { "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://api.precisely.com/oauth/token", "credentials": { "clientId": "{{clientId}}" } } }, "items": [ { "info": { "name": "Advanced", "type": "folder" }, "items": [ { "info": { "name": "Demographics Advanced Endpoint", "type": "http" }, "http": { "method": "POST", "url": "https://api.precisely.com/demographics-segmentation/v1/advanced/demographics", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://api.precisely.com/oauth/token", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Demographics Advanced Endpoint will return the aggregated values of the selected demographics variables of the regions falling inside a user provided geometry or travel time/distance boundaries. All the intersecting demographic boundaries will be snapped completely, and user will have option to request these boundaries in response. " } ] } ], "bundled": true }