BizKitHub
DocsAPI ReferenceCrm Dashboard/bff/crm/top-clients
getCrm DashboardAdmin BFF

/bff/crm/top-clients

Multi-currency aware: sums total_base so a 1000 EUR invoice outranks a 20 000 CZK one.

crm-dashboardgetBffCrmTop-clients

Parameters

2 query

Query parameters

· 2
monthsBacknumberOptional
Range: 160Default: 12
Example12
limitnumberOptional
Range: 1100Default: 10
Example10

Response schema

1 status code documented

200Success

This response returns no JSON body.

Response example

application/json
{
  "success": true
}

Request example

GET /bff/crm/top-clients

get
curl -X GET "https://api.bizkithub.com/bff/crm/top-clients?monthsBack=12&limit=10" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Need an API key?

All BizKitHub public API endpoints require authentication via API key.

Get API Key