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

No parameters

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

Request

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"

Response

JSON payload

{
  "items": [
    {
      "externalId": "example_externalId"
    }
  ]
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key