{ "opencollection": "1.0.0", "info": { "name": "AWeber Beta API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://auth.aweber.com/oauth2/authorize", "accessTokenUrl": "https://auth.aweber.com/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Beta Endpoints", "type": "folder" }, "items": [ { "info": { "name": "Broadcast Links Analytics", "type": "http" }, "http": { "method": "GET", "url": "https://api.aweber.com/1.0/analytics/reports/broadcasts-links", "params": [ { "name": "account_id", "value": "", "type": "query", "description": "Account UUID. Can be found using the [Get accounts](#tag/Accounts/paths/~1accounts/get) endpoint." }, { "name": "broadcast_id", "value": "", "type": "query", "description": "Broadcast UUID. Can be found using the [Get broadcasts](#tag/Broadcasts/paths/~1accounts~1{accountId}~1lists~1{listId}~1broadcasts/get) endpoint." }, { "name": "filter", "value": "", "type": "query", "description": "Type of link data to retrieve" }, { "name": "min_count", "value": "", "type": "query", "description": "Minimum count threshold for unique links" }, { "name": "max_count", "value": "", "type": "query", "description": "Maximum count threshold for unique links" }, { "name": "sort_by", "value": "", "type": "query", "description": "Field to sort the results by" }, { "name": "sort_asc", "value": "", "type": "query", "description": "Whether to sort in ascending order (true) or descending order (false)" }, { "name": "before", "value": "", "type": "query", "description": "specifies the IDs for pagination, for results from before onward" }, { "name": "after", "value": "", "type": "query", "description": "specifies the IDs for pagination, for results from after onward" }, { "name": "page_size", "value": "", "type": "query", "description": "specifies the max number of items in a single page" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://auth.aweber.com/oauth2/authorize", "accessTokenUrl": "https://auth.aweber.com/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns links data for clicks or pageviews in a broadcast. The data can be filtered by minimum and maximum unique counts.\nThis endpoint is part of the beta 2.0 API and uses UUID identifiers.\n**This is a beta endpoint and is subject to change without notice.** Use only for testing and development purposes." } ] } ], "bundled": true }