Skip to main content
PUT
Update an email blacklist rule

Authorizations

Authorization
string
header
required

Authenticate every request with a Bearer token. Pass your Reply API key in the Authorization header:

Get your API key from the Reply dashboard: Settings → API Key.

Path Parameters

id
integer
required

Email blacklist rule ID

Body

application/json

Request body for updating an email blacklist rule

pattern
string
required

Email pattern to blacklist. Must be a valid email format (e.g., spam@example.com)

Example:

"spam@example.com"

Response

Email blacklist rule updated successfully

A blacklist rule that blocks an email pattern

id
integer
read-only

Unique identifier of the rule

pattern
string

Email pattern to blacklist

isGlobal
boolean
read-only

Whether this is a global (system-wide) rule