Skip to main content
GET
/
api
/
company
/
kb
/
profile
Get knowledge base profile
curl --request GET \
  --url https://app.demand-iq.com/api/company/kb/profile \
  --cookie session=
{
  "profile": {
    "tenantId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "tagline": "<string>",
    "about": "<string>",
    "trustSignals": "<string>",
    "serviceCoverage": "<string>",
    "answerStyle": "<string>"
  }
}

Authorizations

session
string
cookie
required

Session cookie obtained from POST /api/auth/login.

Response

KB profile

profile
object