Skip to main content
GET
/
outbound
/
suppression
/
export
Export suppression rules as CSV
curl --request GET \
  --url https://api.jetemail.com/outbound/suppression/export \
  --header 'Authorization: Bearer <token>'
"target_value,status\r\n[email protected],1\r\n"

Documentation Index

Fetch the complete documentation index at: https://support.jetemail.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key for account management endpoints. Use your api_ prefixed token.

Response

CSV file of active suppression rules

The response is of type string.

Example:

"target_value,status\r\[email protected],1\r\n"