Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2

GET /settings.json [public access]

Parameters

(None)

Response

curl https://api.vsee.me/api_v3/settings.json

{
  "data": {
    "visit": {
      "time": {
        "max_wait_time": 86400
      }
    }
  }
}

GET /settings/:path.json [public access]

Parameters

Parameter

Type

Description

path

String

The path to the settings object. e.g. visit/time/max_wait_time

Response

curl https://api.vsee.me/api_v3/settings/visit/time/max_wait_time.json

{
  "data": 86400
}
  • No labels