Transaction list for frontend
Request
Add the parameter Authorization
to Headers,whose value is to concatenate the Token after the Bearer. Example:Authorization: Bearer ********************
Authorize URL: https://streamvi.io/cabinet/oauth
Token URL: https://api-v2.streamvi.io/site/oauth/token
Scopes:
billing:read-Чтение биллинга
or
Request Code Samples
curl --location 'https://api-v2.streamvi.io/method/transactions/list?v=undefined&language=undefined&project_id=undefined&limit=undefined&offset=undefined&date_from=undefined&date_to=undefined&code=undefined'
Responses
application/json
{
"total": 0,
"limit": 0,
"offset": 0,
"results": [
{
"id": 0,
"user_id": 0,
"payout_id": 0,
"type": "string",
"sum": "string",
"description": "string",
"code": {},
"referral_id": 0,
"date": "2019-08-24T14:15:22.123Z",
"paymentId": 0,
"payoutId": 0
}
]
}
Modified at 2026-05-13 15:11:55