{#Recover the total number of warnings of a viewer.#}
Request
{#API key (R) of your WizeBot account.#}
{#Name of the viewer or identifier of the platform (digital) of the viewer.#}
Body Params multipart/form-data
Request samples
curl --location -g --request GET 'https://wapi.wizebot.tv/api/warnings/{{API_KEY_R}}/get/Dere011'
Responses
application/json {#true or false, if the operation was successful.#}
{#Information (id, name) of target user.#}
{#Number of warnings assigned to the target viewer.#}
{#The code associated with the request.#}
{#The timestamps of caching.#}
{
"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