{ "opencollection": "1.0.0", "info": { "name": "Mailchimp Marketing Abuse Goals API", "version": "3.0.55" }, "items": [ { "info": { "name": "Goals", "type": "folder" }, "items": [ { "info": { "name": "Mailchimp List Member Goal Events", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/lists/:list_id/members/:subscriber_hash/goals", "params": [ { "name": "list_id", "value": "500123", "type": "path", "description": "The unique ID for the list." }, { "name": "subscriber_hash", "value": "example_value", "type": "path", "description": "The MD5 hash of the lowercase version of the list member's email address. This endpoint also accepts a list member's email address or contact_id." }, { "name": "fields", "value": "example_value", "type": "query", "description": "A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation." }, { "name": "exclude_fields", "value": "example_value", "type": "query", "description": "A comma-separated list of fields to exclude. Reference parameters of sub-objects with dot notation." } ] }, "docs": "Get the last 50 Goal events for a member on a specific list." } ] } ], "bundled": true }