Skip to main content
GET
/
tenants
/
{id}
/
stats
Get tenant statistics
curl --request GET \
  --url https://api.engagefabric.com/tenants/{id}/stats \
  --header 'Authorization: Bearer <token>'
{
  "projectCount": 123,
  "memberCount": 123,
  "activeApiKeyCount": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.engagefabric.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT token for admin console authentication

Path Parameters

id
string
required

Tenant UUID

Response

200 - application/json

Tenant statistics

projectCount
number
memberCount
number
activeApiKeyCount
number