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