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 'https://api-v2.streamvi.io/method/help/page/get?v=undefined&language=undefined&url=undefined' \
--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 2026-05-13 15:11:55