GET
/
api
/
v3
/
network-settings
/
moderation
Get moderation configuration.
curl --request GET \
  --url https://apix.us.amity.co/api/v3/network-settings/moderation \
  --header 'Authorization: Bearer <token>'
{
  "isWhitelistEnabled": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json

Moderation configuration

The response is of type object.