BizKitHub
DocsAPI ReferenceChat/bff/chat/contact-options
getChatAdmin BFF

/bff/chat/contact-options

Returns only shop__contact rows that own at least one non-deleted chat room, with a per-contact count of those rooms, sorted desc.

ChatgetBffChatContact-options

Parameters

No parameters required

This endpoint takes no path, query, header or body parameters.

Response schema

1 status code documented

200Success
itemsobject[]Required
Each array item:
externalIdstringRequired
Length: 1616
namestring | nullRequired
One of 2:
Variant 1
string
Variant 2
null
countstring | integerRequired
One of 2:
Variant 1
stringinteger
Default: 0
Variant 2
integer

Response example

application/json
{
  "items": [
    {
      "externalId": "example_externalId"
    }
  ]
}

Request example

GET /bff/chat/contact-options

get
curl -X GET "https://api.bizkithub.com/bff/chat/contact-options" \
  -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