Skip to main content
POST
Bulk create domain 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

Domain pattern to blacklist. Must be a valid domain format (e.g., example.com, spam-domain.net)

Example:

"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