Skip to main content
GET
/
api
/
appconfig
/
{key}
{
  "key": "<string>",
  "value": "<string>",
  "system_timezone": "<string>"
}

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
value
string
required
system_timezone
string
required

Return the system timezone setting.