v1
latestOpenAPI 3.0.12026-07-242682197.7 KBBulk Send
Validate Bulk Send CSV
Validates a Bulk Send CSV file before creating the Bulk Send. It will check the structure of the CSV and the data it contains, and return any errors found.
post/api/v1/bulk_sends/validate_csv
Request body
Example request
{
"template_ids": [
"00000000-0000-0000-0000-000000000000"
],
"bulk_send_csv": "bmFtZSxlbWFpbApUZXN0LHRlc3RAZXhhbXBsZS5jb20K"
}Response
successful