action mandrillapp_post_rejects_list_json { label: "post_rejects_list_json" description: "Retrieves your email rejection blacklist. You can provide an email address to limit the results. Returns up to 1000 results. By default, entries that have expired are excluded from the results; set include_expired to true to include them." provider: mandrillapp method: POST path: "/rejects/list.json" encoding: json output: { type: "object" additionalProperties: true } }