This function allows you to download a Suppression List.
- Endpoint: https://api.versium.com/v2/suppression-lists//download
- Request method: GET
Response
Upon success, the contents of the uploaded file will be streamed back.
Upon failure, the error response structure listed below will be returned.
{
"versium": {
"version":"2.0",
"query_id":"48f9238a-ba98-4c45-97df-74f405c97527",
"query_time":1.340619087219238,
"results":[{}],
"errors": []
}
}