Sign in

List external KB articles

documented

Read external Knowledge Base articles.

GET /api/1.1/json/kb/articles/Knowledge Baseno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{$account_name}}.happyfox.com/api/1.1/json/kb/articles/?page={{$page}}&limit={{$limit}}&search={{$query}}" \
  -X GET \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "Authorization: Basic {{HAPPYFOX_BASIC_AUTH_CREDENTIALS}}"