Skip to main content
GET
/
contact-blacklist-rules
/
domains
/
{id}
Get a domain blacklist rule
curl --request GET \
  --url https://api.reply.io/v3/contact-blacklist-rules/domains/{id} \
  --header 'X-API-Key: <api-key>'
{
  "id": 123,
  "pattern": "<string>",
  "isGlobal": true
}

Authorizations

X-API-Key
string
header
required

API key passed in the X-API-Key header

Path Parameters

id
integer
required

Domain blacklist rule ID

Response

Domain blacklist rule details

A blacklist rule that blocks a domain pattern

id
integer
required

Unique identifier of the rule

pattern
string
required

Domain pattern to blacklist

isGlobal
boolean
required

Whether this is a global (system-wide) rule