Beta. This endpoint is in beta. Behavior, parameters, and response shapes may change without notice.
Creates multiple email exception blacklist rules. Non-atomic — some may succeed while others fail. Each item in the response array contains the created ID or error details.
Documentation Index
Fetch the complete documentation index at: https://docs.reply.io/llms.txt
Use this file to discover all available pages before exploring further.
Authenticate every request with a Bearer token. Pass your Reply API key in the
Authorization header:
Authorization: Bearer <your-api-key>Get your API key from the Reply dashboard: Settings → API Key.
Email address to allow as exception. Must be a valid email format (e.g., user@example.com)
"user@example.com"
Array of creation results, one per input item.
Per-item error codes:
| error | Meaning |
|---|---|
| 2 | Duplicate — a rule with this pattern already exists |
| 4 | InvalidPattern — pattern is not a valid email |