{ "opencollection": "1.0.0", "info": { "name": "AWeber Web Forms 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": "Webforms", "type": "folder" }, "items": [ { "info": { "name": "Get webforms for account", "type": "http" }, "http": { "method": "GET", "url": "https://api.aweber.com/1.0/accounts/:accountId?ws.op=getWebForms", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The account ID" }, { "name": "ws.op", "value": "", "type": "query", "description": "The method name - expecting \"getWebForms\"" }, { "name": "ws.size", "value": "", "type": "query", "description": "The pagination total entries to retrieve" }, { "name": "ws.start", "value": "", "type": "query", "description": "The pagination starting offset" } ], "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": "This endpoint is used to retrieve webforms for all lists on an account.\n\nCheck out related examples:\n\n * Get Webforms Detail (\n Python |\n PHP |\n Python |\n PHP |\n Python |\n PHP |\n Python |\n PHP |\n Python |\n PHP |\n Python |\n PHP |\n Python |\n PHP |\n Python |\n PHP |\n