Authorization: Bearer ********************{
"current": 0,
"pageSize": 50,
"agentUsername": "",
"providerCode": null,
"datetime": [
"2025-12-15",
"2025-12-15"
],
"timestamp": "{{timestamp}}"
}curl --location --request POST '/v1/agent/report/getSeamlessCompanyReport' \
--header 'User-Agent: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"current": 0,
"pageSize": 50,
"agentUsername": "",
"providerCode": null,
"datetime": [
"2025-12-15",
"2025-12-15"
],
"timestamp": "{{timestamp}}"
}'{
"status": true,
"message": "Retrieve successfully",
"data": [
{
"company_rate": 0.9,
"provider_name": "JILI",
"provider_id": 1,
"provider_category": "SLOT",
"provider_sort_management": 4,
"totalBet": 0,
"totalWin": 0,
"totalWinLoss": 0,
"totalCompany": 0,
"totalProvider": 0,
"totalRtp": 0,
"ptPercentage": 0.9,
"ptDifferentDate": "2025-12-15",
"ptDifferentRate": 0.93
},
{
"company_rate": 0.9,
"provider_name": "PRAGMATIC PLAY",
"provider_id": 2,
"provider_category": "SLOT",
"provider_sort_management": 5,
"totalBet": 10.4,
"totalWin": 0.32,
"totalWinLoss": 10.08,
"totalCompany": 0.7056,
"totalProvider": 9.3744,
"totalRtp": 0,
"ptPercentage": 0.9,
"ptDifferentDate": "2025-12-15",
"ptDifferentRate": 0.93
}
],
"totalCount": 2,
"display": {
"totalBet": 10.4,
"totalWin": 0.32,
"totalWinLoss": 10.08,
"totalCompany": 0.71,
"totalProvider": 9.37
}
}