claude
Get Claude settings
Returns Claude Code configuration settings including theme, authentication status, and other metadata
get/v1/claude/settings
Response
OK
Example response
{
"hasCompletedOnboarding": true,
"isAuthenticated": true,
"notificationsEnabled": true,
"numStartups": 15,
"theme": "dark",
"version": "1.2.3"
}Changes
Changed in 2 of the 50 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
- ▲