Skip to main content
GET
/
outbound
/
suppression
Get suppression rules
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"
    }
  ]
}

Authorizations

Authorization
string
header
required

Enter your Bearer token in the format "Bearer {token}"

Response

Successfully retrieved suppression rules

success
boolean
Example:

true

rules
object[]