Chat9
APIKnowledge

Get Knowledge Profile

GET
/api/v1/knowledge/profile
/api/v1/knowledge/profile

The Authorization access token

Authorization

Authorization
Required
Bearer <token>

In: header

curl -X GET "https://api.getchat9.live/api/v1/knowledge/profile" \
  -H "Authorization: Bearer <token>"

Successful Response

{
  "product_name": "string",
  "topics": [
    "string"
  ],
  "glossary": [
    {}
  ],
  "support_email": "string",
  "support_urls": [
    "string"
  ],
  "aliases": [
    {}
  ],
  "updated_at": "2019-08-24T14:15:22Z",
  "extraction_status": "pending"
}