{#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\"}"]
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
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
}
Last modified: 7 months ago