{#Perform a specific action on a Streamathon widget.#}
Request
{#API key (W) of your WizeBot account.#}
{#Specific widget ID to retrieve details for.#}
Request samples
curl --location -g --request GET 'https://wapi.wizebot.tv/api/streamathon/{{API_KEY_W}}/get/1234'
Responses
application/json {#true or false, if the operation was successful.#}
{#true or false, whether the widget is locked or not.#}
{#When the Streamathon counter began.#}
{#How many seconds have been added since.#}
{#The code associated with the request.#}
{
"success": true,
"datas": {
"locked": true,
"start_time": "2023-12-10 01:30:00",
"added": "0"
},
"code": 200
}
Modified at 2024-05-04 22:06:34