Page tree
Skip to end of metadata
Go to start of metadata

Description

Adds new entries (email, email domain, mobile number, or mobile app alias) to the system blacklist. Entries can be hashed using md5hashgenerator

Available from

v9

Request path

POST [REST URL]/blacklist/createSystemEntriesHashed

Query Parameters

Parameter

Type

Description

hashed

String

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

Example body

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