getSearchAdmin BFF

/bff/search/

Performs a full-text search across all entity types (orders, products, contacts, posts, etc.). Logs search queries for analytics.

SearchgetBffSearch

Parameters

3 query

3 total
Query · 3
querystring

Search query string.

localestring

Communication locale code used to filter content.

Supported locales: cs, en, fr, it, pl, de, sk, sv, es, zh, ja, uk, da.

Length: 22
categorystring

Limit search to a specific result type (e.g. order, product, contact).

Request

GET /bff/search/

get
curl -X GET "https://api.bizkithub.com/bff/search/?query=invoice&locale=cs&category=order" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Response

JSON payload

{
  "query": "example_query",
  "items": [
    {
      "type": "order",
      "label": "example_label",
      "description": "example_description",
      "url": "example_url",
      "score": 0
    }
  ]
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key