Skip to main content
GET
/
api
/
core
/
settings
List available settings
curl --request GET \
  --url https://api.example.com/api/core/settings \
  --header 'Authorization: Bearer <token>'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.genow.ai/llms.txt

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

Authorizations

Authorization
string
header
required

Bearer token authentication. Format: 'Bearer '

Response

200 - application/json

Successful Response

{key}
string[]