{#CustomDatas#} - GET
GET
https://wapi.wizebot.tv/api/custom-data/{API_KEY}/get/{DATA_KEY}{#Retrieving datas saved from the API.#}
Request
Path Params
API_KEY
string
required
{#API key (W) of your WizeBot account.#}
Example:
{{API_KEY_W}}
DATA_KEY
string
required
{#Key of your data, only the letters, numbers & "-" "_" signs are accepted (Ex: ABCD, AZERTY1234, HELLO-1234, HELLO_1234).#}
Example:
abcd1234
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.#}
key
string
required
{#Target value key.#}
val
string
required
{#Target value.#}
code
integer
required
{#The code associated with the request.#}
cache_timestamps
integer
required
{#The timestamps of caching.#}
Example
{
"success": true,
"key": "abcd1234",
"val": "1234abcd",
"code": 200,
"cache_timestamps": 1714787617
}
Last modified: 7 months ago