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"
}