/
Settings API
Settings API
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 |
---|---|---|
| String | The path to the settings object. e.g. |
Response
curl https://api.vsee.me/api_v3/settings/visit/time/max_wait_time.json
{
"data": 86400
}
, multiple selections available,
Related content
Visit API
Visit API
More like this
Rooms API
Rooms API
Read with this
DataTable API
DataTable API
More like this
VSee Clinic API
VSee Clinic API
Read with this
Recordings API
Recordings API
More like this
Sign Up for a Developer Account
Sign Up for a Developer Account
Read with this