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/blog/page/get?v&language&url' \
--header 'Authorization: oauth <token>'
Responses
application/json {
"total": 0,
"limit": 0,
"offset": 0,
"results": [
{
"_id": {
"type": {}
},
"url": "string",
"status": "Backlog",
"date_update": "2019-08-24T14:15:22Z",
"date_publish": "2019-08-24T14:15:22Z",
"tags": [
{}
],
"language": "russian",
"language_iso": "russian",
"title": "string",
"image": "string",
"short_text": "string",
"text": "string",
"alt_languages": []
}
]
}
Modified at 2025-09-11 17:15:27