API Reference
Stats API
Endpoint reference for workspace totals
Endpoint
GET /statsExample
curl "https://api.hivecms.online/api/public/v1/{API_KEY}/stats"Response shape
{
"totalPosts": 42,
"totalAuthors": 5,
"totalCategories": 6,
"totalTags": 18
}Errors
401invalid API key500server/internal error