Skip to main content
GET
/
api
/
appconfig
/
{key}
Get App Config
curl --request GET \
  --url http://localhost/api/api/appconfig/{key} \
  --header 'Authorization: Bearer <token>'
{
  "key": "<string>",
  "value": "<string>",
  "system_timezone": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.cynopsis.co/llms.txt

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

Authorizations

Authorization
string
header
required

JWT token obtained from AWS Cognito or custom authentication service

Path Parameters

key
string
required

Response

200 - application/json
key
string
required
read-only
value
string
required
read-only
system_timezone
string
required
read-only

Return the system timezone setting.