cURL
curl --request GET \ --url https://api.jetemail.com/outbound/suppression \ --header 'Authorization: Bearer <token>'
{ "success": true, "rules": [ { "id": 1, "rule_type": "email", "target_value": "[email protected]", "target_value_to": "[email protected]", "status": 1, "created_date": "2024-01-15 10:30:00" } ] }
Retrieves all suppression rules for the authenticated user
Enter your Bearer token in the format "Bearer {token}"
Successfully retrieved suppression rules
true
Show child attributes