Retrieves all suppression rules for the authenticated user
cURL
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 IndexFetch the complete documentation index at: https://jetemail.com/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://jetemail.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
API key for account management endpoints. Use your api_ prefixed token.
Successfully retrieved suppression rules
true
Show child attributes