GET /v1/client/settings
curl \
-X GET https://api.bitlabs.ai/v1/client/settings \
-H "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"
}
}
}