Settings API

get /settings/{setting_key}

Get specific setting

Base URL https://api.vseepreview.com/api_v3

Authentication: User Token — Requires a user access token from login or SSO.

Retrieve a specific settings value by key. Public access endpoint.

For nested settings, use the full path with forward slashes (e.g. visit/time/max_wait_time).

Parameters

NameInTypeRequiredEnumDefaultDescription
X-ApiTokenheaderstringyesAPI token (e.g. your_api_token)
X-AccountCodeheaderstringyesAccount code (e.g. vclinic)
setting_keypathstringyesThe settings key or path (e.g. `visit/time/max_wait_time`) (e.g. max_wait_time)

Responses

200 — Successful response

Integer Value

{
  "data": 86400
}

Machine-readable: OpenAPI JSON