curl --request GET \
--url https://apix.us.amity.co/api/v3/network-settings/moderation \
--header 'Authorization: Bearer <token>'
{
"isWhitelistEnabled": true
}
Using for get network moderation configuration.
curl --request GET \
--url https://apix.us.amity.co/api/v3/network-settings/moderation \
--header 'Authorization: Bearer <token>'
{
"isWhitelistEnabled": true
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Moderation configuration
The response is of type object
.