This functions allows you to view the details of a specific Suppression Lists that have been uploaded for a REACH Account.
- Endpoint: https://api.versium.com/v2/suppression-lists/id
- Request method: GET
Example URL: https://api.versium.com/v2/suppression-lists/109
Example Response
{
"versium": {
"version": "2.0",
"query_id": "ba4298ae82760126d8f9fa62e4d4e82d",
"query_time": 0.19606900215148926,
"results": {
"id": 51,
"guid": "1361f1bd-713b-4571-9a7a-1e93b140989a",
"name": "Consumer5-41.csv",
"status": 4,
"records": 6,
"meta_data": {
"errors": 0,
"field_counts": {
"Phone": 0,
"Domain": 0,
"EmailAddr": 5
},
"callback_url": ""
},
"created_at": "2024-01-24T20:01:07.000000Z",
"deleted_at": null,
"header_map": {
"email": [
0
]
},
"has_header": true
}
}
}