GET
/
api
/
bot-accounts
/
settings
Get Settings
curl --request GET \
  --url https://api.example.com/api/bot-accounts/settings

Response

{
  "settings": {
    "twitterApiKey": "...",
    "llmProvider": "openrouter",
    "llmModel": "anthropic/claude-3.5-sonnet",
    "openrouterApiKey": "sk-or-v1-...",
    "openaiApiKey": "",
    "anthropicApiKey": "",
    "groqApiKey": "",
    "googleApiKey": "",
    "autoReply": false,
    "autoReplyInterval": 60,
    "autoReplyTone": "casual_friendly",
    "autoReplyPrompt": "",
    "webhookSecret": "abc123..."
  }
}