Skip to main content
GET
/
contact-blacklist-rules
/
email-exceptions
List email exception blacklist rules
curl --request GET \
  --url https://api.reply.io/v3/contact-blacklist-rules/email-exceptions \
  --header 'X-API-Key: <api-key>'
{
  "items": [
    {
      "id": 123,
      "pattern": "<string>"
    }
  ],
  "hasMore": true
}

Authorizations

X-API-Key
string
header
required

API key passed in the X-API-Key header

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 email exception blacklist rules

items
Email Exception Blacklist Rule · object[]
hasMore
boolean

Whether more items are available beyond the current page