Get app settings
Get App Settings returns the settings of the app. This is deprecated, please use /v1/client/settings/v2
instead.
GET
/v1/client/settings
curl \
--request GET 'https://api.bitlabs.ai/v1/client/settings' \
--header "X-Api-Token: $API_KEY"
Response examples (200)
{
"data": {
"visual": {
"color_dark": "string",
"color_light": "string",
"color_accent": "string"
}
}
}
Response examples (406)
{
"error": {
"details": {
"msg": "vpn detected",
"http": "406 Not Acceptable"
}
}
}