GET
https://stoplight.io/mocks/replyteam/reply/765516802
/
blacklist
curl --request GET \
  --url https://stoplight.io/mocks/replyteam/reply/765516802/blacklist
[
  {
    "domains": [
      "spam-domain.com",
      "malicious-site.net"
    ],
    "emails": [
      "spam@example.com",
      "unwanted@mail.com"
    ]
  }
]

Query Parameters

type
enum<string>

Flter blacklist items by type (domain or email)

Available options:
domain,
email

Response

200 - application/json

List of blacklist items

The response is of type object[].