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 current month credit status for a workspace
curl -X GET https://api.series.hr/activity-credits/status/workspace_12345 \
-H "apikey: YOUR_API_KEY"
{
"success": true,
"data": {
"workspaceId": "workspace_12345",
"month": "2024-01",
"totalCredits": 10000,
"usedCredits": 3500,
"remainingCredits": 6500,
"percentageUsed": 35
}
}
