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