action mandrillapp_post_whitelists_list_json { label: "post_whitelists_list_json" description: "Retrieves your email rejection whitelist. You can provide an email address or search prefix to limit the results. Returns up to 1000 results." provider: mandrillapp method: POST path: "/whitelists/list.json" encoding: json output: { type: "object" additionalProperties: true } }