WizeBot - API Documentation
Language
  • Български
  • Čeština
  • Dansk
  • Deutsch
  • Ελληνικά
  • English
  • Español
  • Español (Latinoamérica)
  • Suomi
  • Français
  • हिन्दी
  • Magyar
  • Italiano
  • 日本語
  • 한국어
  • Nederlands
  • Norsk
  • Polski
  • Português
  • Português (Brasil)
  • Română
  • Русский
  • Slovenčina
  • Svenska
  • ไทย
  • Türkçe
  • Українська
  • Tiếng Việt
  • 中文
HomeMain DocumentationStatusRoadMapSupportUpdates
Language
  • Български
  • Čeština
  • Dansk
  • Deutsch
  • Ελληνικά
  • English
  • Español
  • Español (Latinoamérica)
  • Suomi
  • Français
  • हिन्दी
  • Magyar
  • Italiano
  • 日本語
  • 한국어
  • Nederlands
  • Norsk
  • Polski
  • Português
  • Português (Brasil)
  • Română
  • Русский
  • Slovenčina
  • Svenska
  • ไทย
  • Türkçe
  • Українська
  • Tiếng Việt
  • 中文
HomeMain DocumentationStatusRoadMapSupportUpdates
Twitter (X)
Twitch
  1. WizeBot
  • WizeBot
    • StreamAthon
      • Streamathon ⭐️
      • Streamathon ⭐️
    • Goals
      • Goals ⭐️
    • Defmod
      • {#Emergency Mode#}
      • Slow Chat ⭐️
    • {#Virtual currency#}
      • {#Virtual currency#} - GET ⭐️
      • {#Virtual currency#} - ADD ⭐️
      • {#Virtual currency#} - REMOVE ⭐️
      • {#Virtual currency#} - SET ⭐️
      • {#Virtual currency#} - RESET ⭐️
    • {#CustomDatas#}
      • {#CustomDatas#} - GET
      • {#CustomDatas#} - SET
    • {#Channel Datas#}
      GET
    • {#Custom events#} ⭐️
      POST
    • {#TOP's & Rank's#}
      GET
    • {#Warning system#} ⭐️
      GET
  1. WizeBot

{#Custom events#} ⭐️

POST
https://wapi.wizebot.tv/api/custom-events/{API_KEY}/send/{DATA_VAL}
{#Sending a data.#}

Request

Path Params
API_KEY
string 
required
{#API key (W) of your WizeBot account.#}
Example:
{{API_KEY_W}}
DATA_VAL
string 
required
{#Value to be sent, can be sent by query parameters DATA_VAL or JSON_VAL.#}
Example:
VALUE
Query Params
DATA_VAL
string 
optional
{#Value to be sent, in string format.#}
Example:
VALUE
JSON_VAL
array[string]
optional
{#Value to be sent, in JSON data.#}
Example:
["{\"JSON VALUE\"}"]
Body Params multipart/form-data
object {0}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request POST 'https://wapi.wizebot.tv/api/custom-events/{{API_KEY_W}}/send/VALUE?DATA_VAL=VALUE&JSON_VAL={"JSON VALUE"}'

Responses

🟢200Success
application/json
Body
success
boolean 
required
{#true or false, if the operation was successful.#}
code
integer 
required
{#The code associated with the request.#}
Example
{
  "success": true,
  "code": 200
}
Previous
{#Channel Datas#}
Next
{#TOP's & Rank's#}
Built with