Parameters
No parameters required
This endpoint takes no path, query, header or body parameters.
Returns only shop__contact rows that own at least one non-deleted chat room, with a per-contact count of those rooms, sorted desc.
No parameters required
This endpoint takes no path, query, header or body parameters.
1 status code documented
itemsobject[]RequiredexternalIdstringRequirednamestring | nullRequiredcountstring | integerRequired0{
"items": [
{
"externalId": "example_externalId"
}
]
}GET /bff/chat/contact-options
curl -X GET "https://api.bizkithub.com/bff/chat/contact-options" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"All BizKitHub public API endpoints require authentication via API key.