API Explorer

Test and explore the Chars.gg API endpoints

Get user settings

Get the current user settings and preferences

Endpoint Details

Get user settings

GET /v1/users/me/settings

Headers

Response Examples

200 - User settings retrieved successfully
Schema: {
  "$ref": "#/components/schemas/GetUserSettingsResponseDto"
}
404 - User settings not found
Schema: {
  "$ref": "#/components/schemas/EntityNodeFoundResponseDto"
}
500 - Internal server error
Schema: {
  "$ref": "#/components/schemas/ErrorResponseDto"
}