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