Skip to main content
POST
Bulk create email exception blacklist rules

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.

Body

application/json
pattern
string
required

Email address to allow as exception. Must be a valid email format (e.g., user@example.com)

Example:

"user@example.com"

Response

Array of creation results, one per input item.

Per-item error codes:

id
integer | null
read-only

ID of the created rule, null if creation failed

error
integer | null
read-only

Error code if creation failed

errorDetails
string | null
read-only

Human-readable error description if creation failed