Post email rulesevaluate
Authorizations
JWT Bearer token obtained from authentication. Pass as: Authorization: Bearer
Body
Request body for testing an address against the configured rules
The address to test
1 - 320SEND governs who this org's agents may email (enforced when a send is attempted); RECEIVE governs whose mail is accepted for them (enforced at ingest, before the message is stored or any webhook fires). Reply-scope is not implemented.
SEND, RECEIVE Evaluate as this agent. Omit to evaluate against org-wide rules only.
^[cC][^\s-]{8,}$Response
OK
The verdict the send path or ingest would reach for this address
Whether this address is permitted in this direction
Why. 'allowlist-default-deny' means no rule names this address but an allow-list is active and does not cover it — the case operators most often mistake for a bug.
no-rules, explicit-allow, explicit-block, allowlist-default-deny Which scope decided, or null when nothing matched and the default applied
agent, org The rule that decided, or null when the verdict came from a default
^[cC][^\s-]{8,}$