cURL
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" } ]
CloseBot API Key Authorization
The source ID of the FAQs.
The state of the FAQs. "compressed" or "uncompressed".
The answered status of the FAQs. "answered" or "unanswered".
Success
Uncompressed
Compressed