Skip to main content
GET
/
v3
/
contact-blacklist-rules
/
email-exceptions
/
{id}
Get an email exception blacklist rule
curl --request GET \
  --url https://api.reply.io/v3/contact-blacklist-rules/email-exceptions/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": 123,
  "pattern": "<string>"
}

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.

Authorizations

Authorization
string
header
required

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.

Path Parameters

id
integer
required

Email exception blacklist rule ID

Response

Email exception blacklist rule details

An exception rule that allows an email pattern even if it matches a blacklist rule

id
integer
read-only

Unique identifier of the rule

pattern
string

Email pattern to allow as exception