Index
GET
/setting
Request
Authorization
Add the parameter
Authorization
to Headers,whose value is to concatenate the Token after the Bearer.Example:
Authorization: Bearer ********************
Header Params
Accept
string
optional
Default:
application/json
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.cirqll.nl/api/setting' \
--header 'Accept: application/json'
Responses
🟢200Success
application/json
Body
startup
enum<string>
required
Allowed values:
mapdashboardoverview/chances
Default:
map
chance_1
string
required
chance_2
string
required
chance_3
string
required
chance_4
string
required
chance_5
string
required
email_interval
enum<string>
required
Allowed values:
dailyweeklynever
Default:
daily
dashboard_todo
boolean
required
Default:
true
dashboard_chance
boolean
required
Default:
true
dashboard_contract
boolean
required
Default:
true
color_mode
enum<string>
required
Allowed values:
lightdark
Default:
light
language
enum<string>
required
Allowed values:
nlende
Default:
nl
show_information
boolean
required
Default:
true
show_on_map_default
boolean
required
Default:
true
chance_layout_is_grid
boolean
required
Default:
false
financial_goal
integer <uint32>
required
>= 0
Default:
0
two_factor_mode
enum<string>
required
Allowed values:
nonemailqr
Default:
none
Example
{
"startup": "map",
"chance_1": "string",
"chance_2": "string",
"chance_3": "string",
"chance_4": "string",
"chance_5": "string",
"email_interval": "daily",
"dashboard_todo": true,
"dashboard_chance": true,
"dashboard_contract": true,
"color_mode": "light",
"language": "nl",
"show_information": true,
"show_on_map_default": true,
"chance_layout_is_grid": false,
"financial_goal": 0,
"two_factor_mode": "none"
}
🟠401Not Logged In
🔴500Server Error
Modified at 2025-05-06 02:34:28