Authorization: Bearer ********************{
"current": 0,
"pageSize": 50,
"providerCode": "",
"datetime": [
"2025-12-15",
"2025-12-15"
],
"timestamp": "{{timestamp}}"
}curl --location --request POST '/v1/agent/report/getSeamlessProviderReport' \
--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,
"providerCode": "",
"datetime": [
"2025-12-15",
"2025-12-15"
],
"timestamp": "{{timestamp}}"
}'{
"status": true,
"message": "Retrieve successfully",
"data": [
{
"company_rate": 0.948,
"provider_name": "JILI",
"provider_category": "SLOT",
"provider_sort_management": 4,
"provider_api_alias": "MJSL_Netplay",
"provider_api_id": 1,
"totalBet": 0.8,
"totalWin": 0,
"totalWinLoss": 0.8,
"totalCompany": 0.76,
"ptPercentage": 0.948,
"totalProvider": 0.04,
"totalActiveReturnedPlayer": 0,
"totalRecyclePoolPlayer": 0,
"totalRemainingRecyclePoolPlayer": 0
},
{
"company_rate": 0.9415,
"provider_name": "PRAGMATIC PLAY",
"provider_category": "SLOT",
"provider_sort_management": 5,
"provider_api_alias": "NETPLAY",
"provider_api_id": 2,
"totalBet": 12.2,
"totalWin": 0.32,
"totalWinLoss": 11.88,
"totalCompany": 11.19,
"ptPercentage": 0.9415,
"totalProvider": 0.69,
"totalActiveReturnedPlayer": 0,
"totalRecyclePoolPlayer": 0,
"totalRemainingRecyclePoolPlayer": 0
}
],
"totalCount": 8,
"display": {
"totalWin": 0.32,
"totalBet": 13,
"totalWinLoss": 12.68,
"totalProvider": 0.73,
"totalCompany": 11.95
}
}