Set correspondent policy mode
Set the filtering mode for one direction of a scope’s policy, without touching rules. Requires an account-wide API key.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Confine the operation to one pod's policy. Accepts the pod ID. Mutually exclusive with inboxId.
Confine the operation to one inbox's policy. Mutually exclusive with podId.
Body
none = no filtering; allowlist = only listed correspondents are permitted (empty allowlist denies all — fail closed); inherit = defer to the parent scope (pod, then account). Not valid at the account scope.
none, allowlist, inherit inbound governs who may send to the inbox; outbound governs who the inbox may send to (enforced across To, Cc, and Reply-To on every send path).
inbound, outbound Response
The updated mode
The updated mode