Description

Adds new hashed email entries to the group blacklist. Entries can be hashed usingĀ md5hashgenerator

Available from

v9

Request path

POST [REST URL]/blacklist/createGroupEntriesHashed

Query Parameters

Parameter

Type

Description

groupId

Long

The group ID.

hashed

String

hashing algorithm used to hash given entries. Either 'clear-text' or 'md5'

Example body

 [
    {
        "type": "EMAIL",
        "pattern":"6a4b6cb2045fd55f706eaebd6ab5d4f7"
    },
    {
        "type": "EMAIL",
        "pattern":"0dbfb46341bc3d195db23e4015b20847"
    }
]