Request
Parameters
string
required
The workspace ID
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Get detailed credit information including tracked users
curl -X GET https://api.series.hr/activity-credits/details/workspace_12345 \
-H "apikey: YOUR_API_KEY"
{
"success": true,
"data": {
"workspaceId": "workspace_12345",
"totalTrackedUsers": 1250,
"creditsPerUser": 2.8,
"byPlace": [
{
"placeId": "9876543210",
"placeName": "Main Game",
"trackedUsers": 800,
"creditsUsed": 2240
},
{
"placeId": "9876543211",
"placeName": "Training Area",
"trackedUsers": 450,
"creditsUsed": 1260
}
]
}
}
