Skip to main content
GET
/
smart-faq
List FAQs
curl --request GET \
  --url https://api.closebot.com/smart-faq \
  --header 'X-CB-KEY: <api-key>'
[
  {
    "id": "<string>",
    "agencyId": "<string>",
    "sourceId": "<string>",
    "question": "<string>",
    "answer": "<string>",
    "state": "Uncompressed"
  }
]

Authorizations

X-CB-KEY
string
header
required

CloseBot API Key Authorization

Query Parameters

sourceId
string

The source ID of the FAQs.

state
string

The state of the FAQs. "compressed" or "uncompressed".

answered
string

The answered status of the FAQs. "answered" or "unanswered".

Response

Success

id
string | null
agencyId
string | null
sourceId
string | null
question
string | null
answer
string | null
state
enum<integer>
Available options:
Uncompressed,
Compressed