Skip to main content
PUT
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

inbox_id
string<uuid>
required

Email inbox UUID.

Body

application/json

The complete filter configuration. An omitted list is replaced with an empty list. Unknown keys are ignored by the controller.

allowlist
string[]
Maximum array length: 500

An exact sender address (user@example.com) or domain wildcard (@example.com). Values are trimmed and normalized to lowercase.

blocklist
string[]
Maximum array length: 500

An exact sender address (user@example.com) or domain wildcard (@example.com). Values are trimmed and normalized to lowercase.

Response

The inbox's current sender allowlist and blocklist.

data
object
required