Get the current appearance

GET /application/appearance

Get the current appearance

Responses

  • 200 application/json

    Get the current appearance

    Hide response attributes Show response attributes object
    • title string
    • description string
    • pwa_name string
    • pwa_short_name string
    • pwa_description string
    • pwa_icon string
    • favicon string
    • new_project_guidelines string
    • profile_image_guidelines string
    • header_message string
    • message_background_color string
    • message_font_color string
GET /application/appearance
curl \
 --request GET 'https://www.gitlab.com/api/v4/application/appearance' \
 --header "Private-Token: $API_KEY"
Response examples (200)
{
  "title": "string",
  "description": "string",
  "pwa_name": "string",
  "pwa_short_name": "string",
  "pwa_description": "string",
  "logo": "string",
  "pwa_icon": "string",
  "header_logo": "string",
  "favicon": "string",
  "new_project_guidelines": "string",
  "profile_image_guidelines": "string",
  "header_message": "string",
  "footer_message": "string",
  "message_background_color": "string",
  "message_font_color": "string",
  "email_header_and_footer_enabled": "string"
}