Skip to main content

GET /email_delivery/suppressions/export_csv

GET 

email_delivery/suppressions/export_csv

Export email delivery suppressions as CSV

Query Parameters

type string
Filter by suppression type. Supports multiple types. Can be passed as comma-separated string (e.g., "unsubscribe,bounce") or JSON array (e.g., ["unsubscribe","bounce"]).

recipient string
Filter by recipient email address (case-insensitive partial match)

sort string
example -created_at (desc) or created_at (asc)

Returns

  • CSVtext/csv
    CSV file with suppressions
Error Codes

400 Bad Request

Bad Request

401 Unauthorized

Unauthorized

403 Forbidden

Forbidden

500 Internal Server Error

Internal server error