Skip to main content
GET
/
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 'X-API-Key: <api-key>'
{
  "id": 123,
  "pattern": "<string>"
}

Authorizations

X-API-Key
string
header
required

API key passed in the X-API-Key header

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
required

Unique identifier of the rule

pattern
string
required

Email pattern to allow as exception