Retrieves a single domain blocklist rule with all its conditions
cURL
curl --request GET \ --url https://api.jetemail.com/inbound/filters/blocklist/{uuid} \ --header 'Authorization: Bearer <token>'
{ "success": true, "rule": {} }
API key for account management endpoints. Use your api_ prefixed token.
UUID of the blocklist rule
Successfully retrieved rule
true
Rule object with conditions (same schema as list response items)