Route: GET /branding/#

GET /branding/default/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "status": "success",
    "code": 200,
    "message": "Retrieved client branding.",
    "payload": {
        "header_background": "#FFFFFF",
        "main_background": "#F6F7FB",
        "header_icons": "#007AFF",
        "header_icons_standard": "#757575",
        "course_lesson_launcher_btn": "40CF58",
        "selection_highlight": "#007AFF",
        "switch_highlight": "#40CF58",
        "action_buttons": "#007AFF",
        "card_titles": "#007AFF",
        "dashboard_icons": "#007AFF",
        "logo": "https://s3.amazonaws.com/ell-serenity-data/images/ell_logo.png",
        "favicon": "https://s3.amazonaws.com/ell-serenity-data/images/ell_logo_favicon.png",
        "background_image": null,
        "site_title": "ELL's LMS",
        "login_page_color": "#3A4DF3"
    }
}