cURL
curl --request POST \ --url https://api.engagefabric.com/chat/moderation/mute \ --header 'Content-Type: application/json' \ --data ' { "playerId": "<string>", "channelId": "<string>", "type": "MUTE", "durationMinutes": 123, "reason": "<string>" } '
Player ID to mute
Channel ID (null for project-wide mute)
Mute type
MUTE
BAN
SHADOW_BAN
Duration in minutes (null for permanent)
Reason for mute
Player muted