{ "opencollection": "1.0.0", "info": { "name": "Meta Marketing API - Lead Ads Bulk Leads API", "version": "v22.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://www.facebook.com/v22.0/dialog/oauth", "accessTokenUrl": "https://graph.facebook.com/v22.0/oauth/access_token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Bulk Leads", "type": "folder" }, "items": [ { "info": { "name": "Bulk download leads for a form", "type": "http" }, "http": { "method": "GET", "url": "https://graph.facebook.com/v22.0/:form-id/bulk_leads", "params": [ { "name": "form-id", "value": "", "type": "path" }, { "name": "from_date", "value": "", "type": "query" }, { "name": "to_date", "value": "", "type": "query" } ] }, "docs": "Bulk download leads for a form" } ] } ], "bundled": true }