/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
Query · 3
querystringSearch query string.
localestringCommunication locale code used to filter content.
Supported locales: cs, en, fr, it, pl, de, sk, sv, es, zh, ja, uk, da.
Length: 2–2
categorystringLimit search to a specific result type (e.g. order, product, contact).
Request
GET /bff/search/
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.