PUT
/
v1
/
blacklist
/
records
Refresh black list
curl --request PUT \
  --url https://apix.us.amity.co/v1/blacklist/records \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "regexs": [
    "<string>"
  ]
}'

Authorizations

X-API-Key
string
header
required

Body

application/json

Regular expression to refresh.

The body is of type object.

Response

200

OK