Skip to main content
GET
/
settings
Get organization settings
curl --request GET \
  --url https://{your-subdomain}.neetokb.com/api/external/v1/settings \
  --header 'X-Api-Key: <x-api-key>'
{
  "knowledge_base_name": "<string>",
  "url": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://apidocs.neetokb.com/llms.txt

Use this file to discover all available pages before exploring further.

Deprecated: This is a v1 endpoint. It will continue to work, but we recommend migrating to the v2 equivalent for improved REST compliance (correct HTTP status codes, consistent response envelopes, and hyphenated URLs).
Replace {your-subdomain} with your workspace’s subdomain.
Learn how to find your subdomain in Workspace subdomain.

Headers

X-Api-Key
string
default:your-api-key
required

Use the X-Api-Key header to provide your workspace API key. Refer to Authentication for more information.

Response

200 - application/json

OK - Request succeeded

knowledge_base_name
string
url
string