Chat9
APIKnowledge

Approve All Faq

POST
/api/v1/knowledge/faq/approve-all
/api/v1/knowledge/faq/approve-all

The Authorization access token

Authorization

Authorization
Required
Bearer <token>

In: header

curl -X POST "https://api.getchat9.live/api/v1/knowledge/faq/approve-all" \
  -H "Authorization: Bearer <token>"

Successful Response

{
  "approved_count": 0
}