Get all blacklist items
documentedRetrieves all blacklist items.
GET /v3/blacklistsBlackListno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.reply.io/v3/blacklists?type={{$type}}" \\n -X GET \\n -H "X-API-Key: {{REPLY_API_KEY}}" \\n -H "Accept: application/json"