This function allows you to view the list of Suppression Lists that have been uploaded for a REACH Account.
- API Endpoint: https://api.versium.com/v2/suppression-lists
- Request method: GET
Example Response
{
"versium": {
"version": "2.0",
"query_id": "3213ef01f1d11e77a43835ada1dda438",
"query_time": 0.34169888496398926,
"results": [
{
"id": 71,
"guid": "1b2a89f7-1621-43ed-9c8f-b46f77e589d6",
"name": "Consumer5-suppression-names-15.csv",
"status": 4,
"records": 6,
"meta_data": {
"errors": 0,
"field_counts": {
"Phone": 0,
"Domain": 0,
"EmailAddr": 5
},
"callback_url": ""
},
"created_at": "2024-01-30T19:47:45.000000Z",
"deleted_at": null,
"header_map": {
"email": [
0,
6
]
},
"has_header": true
},
{
"id": 70,
"guid": "8222470f-c7a3-4034-8a6d-0a81fd5cee93",
"name": "Consumer5-suppression-names-14.csv",
"status": 4,
"records": 6,
"meta_data": {
"errors": 0,
"field_counts": {
"Phone": 0,
"Domain": 0,
"EmailAddr": 5
},
"callback_url": ""
},
"created_at": "2024-01-30T19:47:36.000000Z",
"deleted_at": null,
"header_map": {
"email": [
0
]
},
"has_header": true
}
]
}
}