AurionAI Docs

Get Help Center Public Settings

GET
/api/v1/help-center/settings

Query Parameters

tenant_id?|

Tenant UUID

Response Body

application/json

application/json

curl -X GET "https://loading/api/v1/help-center/settings"
{
  "help_center_domain": "string",
  "help_center_public_enabled": true,
  "noindex_unpublished": true,
  "schema_type": "article",
  "sitemap_enabled": true
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}