Download Clean Audience List
PUT/audiences/clean-list/file/:cleanedHistoryFileId/download
Download Clean Audience List
Download the history of cleaning operations for a specific audience list as a CSV file.
Request
Path Parameters
cleanedHistoryFileId uuidrequired
ID of the Cleanup History to download cleaned CSV file
Responses
- 200
- 400
- 401
- 405
Successful operation
- application/json
- Schema
- Example (from schema)
Schema
url string
{
"url": "https://example.com/cleanup-history.csv"
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
message string
{
"message": "Some error message"
}
API key is missing or invalid
Method Not Allowed
Loading...