Skip to main content
Node.js

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

offset
number
  • The offset value for paginating the results
  • Default 0
Example:

"0"

limit
number
  • The maximum number of items to retrieve
  • Default 100
Example:

"10"

type
string
  • Optional filter by type: 'faq' or 'document'
  • If not provided, returns all types
Example:

"faq"

Response

200 - application/json

200 OK

data
array

An array of knowledge base items (FAQs and Documents)

total
number

Total count of items

offset
number

Current offset

limit
number

Current limit