{ "opencollection": "1.0.0", "info": { "name": "Taboola Backstage Accounts Reach Estimator API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Reach Estimator", "type": "folder" }, "items": [ { "info": { "name": "Estimate Campaign Reach", "type": "http" }, "http": { "method": "POST", "url": "https://backstage.taboola.com/backstage/api/1.0/:account_id/campaigns/reach-estimator", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "Taboola account identifier." } ] }, "docs": "Estimate total impressions for the supplied targeting." } ] } ], "bundled": true }