POST
/
api
/
v2
/
blacklist
/
records
add rules to blacklist.
curl --request POST \
  --url https://apix.us.amity.co/api/v2/blacklist/records \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: <content-type>' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "regexs": [
    "<string>"
  ],
  "isMatchExactWord": true
}'
This response does not have an example.

Authorizations

X-API-Key
string
header
required

Headers

Authorization
string
required
Content-Type
string
required

Body

application/json

Rules information to be added.

The body is of type object.

Response

200

OK