Get info for storage tariff
Request
Add the parameter Authorization
to Headers,whose value is to concatenate the Token after the oauth. Example:Authorization: oauth ********************
Request Code Samples
curl --location --request GET 'https://api-v2.streamvi.io/method/plan_storage/list?v&language' \
--header 'Authorization: oauth <token>'
Responses
application/json {
"results": [
{
"plan_storage_id": 0,
"title": "First",
"min": 1,
"max": 10,
"price_rub": 10,
"price_usd": 10,
"step": 1,
"active": true,
"discount": {
"month": 0,
"year": 10
}
}
]
}
Modified at 2025-09-11 17:15:27