{ "opencollection": "1.0.0", "info": { "name": "Mailchimp Marketing Abuse Users API", "version": "3.0.55" }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "Mailchimp Get User Info", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/users/info", "body": { "type": "json", "data": "{}" } }, "docs": "Return the information about the API-connected user, including username, reputation, hourly quota, and account-level statistics." }, { "info": { "name": "Mailchimp Ping the Api", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/users/ping", "body": { "type": "json", "data": "{}" } }, "docs": "Validate an API key and respond to a ping. Returns the string PONG! if the API key is valid." }, { "info": { "name": "Mailchimp List Account Senders", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/users/senders", "body": { "type": "json", "data": "{}" } }, "docs": "Return the senders that have tried to use this account, both verified and unverified." } ] } ], "bundled": true }