{#Recover the total number of warnings of a viewer.#}
Request
Body Params multipart/form-data
Request Code Samples
curl --location -g --request GET 'https://wapi.wizebot.tv/api/warnings/{{API_KEY_R}}/get/Dere011'
Responses
application/json {
"success": true,
"user": {
"user_id": "28294141",
"user_name": "dere011"
},
"warning_count": 0,
"code": 200,
"cache_timestamps": 1714788109
}
Modified at 2024-05-04 22:09:33