Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

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