Skip to main content
GET
/
v3
/
contact-blacklist-rules
/
domains
List domain blacklist rules
curl --request GET \
  --url https://api.reply.io/v3/contact-blacklist-rules/domains \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "id": 123,
      "pattern": "<string>",
      "isGlobal": true
    }
  ],
  "hasMore": true
}

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.

Query Parameters

top
integer

Maximum number of items to return (default 25, max 1000)

skip
integer

Number of items to skip

Filter rules by pattern

Response

Paginated list of domain blacklist rules

items
Domain Blacklist Rule · object[]
hasMore
boolean

Whether more items are available beyond the current page