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

2 total
Query · 2
monthsBacknumber
Range: 160
Default: 12
limitnumber
Range: 1100
Default: 10

Request

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"

Response

JSON payload

{
  "success": true
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key