Skip to content

Overview

Downloading a suppression file via the API is a two-step process:

  1. GET /accesskey/download/{mailer_access_key} prepares the file and returns download_link.
  2. GET that download_link to retrieve the ZIP. Requests must handle and follow 3XX redirects (for example, curl -L).