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/help/page/get?v&language&url' \
--header 'Authorization: oauth <token>'
Responses
application/json {
"success": true,
"result": {
"_id": "string",
"url": "string",
"url_inherit": "string",
"notion_parent_id": "string",
"status": "Backlog",
"date_update": "string",
"date_create": "string",
"icon": {},
"title": "string",
"language": "russian",
"language_iso": "ru",
"text": "string",
"alt_languages": []
}
}
Modified at 2025-09-11 17:15:27