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,
      "target_value": "user@example.com",
      "status": 1,
      "created_date": "2024-01-15 10:30:00"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://jetemail.com/docs/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

Successfully retrieved suppression rules

success
boolean
Example:

true

rules
object[]