Parameters
No parameters required
This endpoint takes no path, query, header or body parameters.
Distinct issuer contacts (accounting entities) that appear on at least one invoice in the org, sorted by descending invoice count. Used to populate the "Vystavovatel" selector on the invoice list and the analytics tab — never returns an issuer with zero invoices behind it.
No parameters required
This endpoint takes no path, query, header or body parameters.
1 status code documented
itemsobject[]RequiredissuerIdstringRequiredExternal contact id (shop__contact.external_id).
issuerNamestringRequiredDisplay name; falls back to the id when the contact has no first/last name.
invoiceCountnumberRequiredNumber of invoices this contact has issued for the org.
{
"items": [
{
"issuerId": "example_issuerId",
"issuerName": "example_issuerName",
"invoiceCount": 0
}
]
}GET /bff/document/issuers
curl -X GET "https://api.bizkithub.com/bff/document/issuers" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"All BizKitHub public API endpoints require authentication via API key.