Search Categories
GET/api/knowledge-base/categories/search/{keyword}
Headers
| Field | Type | Description |
|---|---|---|
| authtoken | String | Authentication token, generated from admin area |
Parameters
| Field | Type | Description |
|---|---|---|
| keyword | String | Search keywords, matched against title and description |
| type | String | optional Optional area filter, knowledge_base or help |
| include_internal | Boolean | optional Optional, set to 1 to search the internal help area too |
curl -X GET "https://yoursite.com/api/knowledge-base/categories/search/acme" \
-H "authtoken: YOUR_API_TOKEN"