Open endpoint for use in the ember app, get endpoint for white labels.

GET /services/label/white-labels/details?format=api&include=org
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/vnd.api+json
Vary: Accept

{
    "data": {
        "type": "WhiteLabel",
        "id": "436",
        "attributes": {
            "pk": 436,
            "title": "University of New Mexico Bookstore",
            "subdomain": "unm",
            "domain": "redshelf.com",
            "logo": "https://unm.redshelf.com/site_media/media/label_logos/umn_logo.JPG",
            "banner": "https://unm.redshelf.com/site_media/media/label_banner/unm_KgcfafN.png",
            "banner_position": "CENTER",
            "shadow": "NONE",
            "show_text_container": false,
            "outer_class": null,
            "background_color": "#FFFFFF",
            "menu_about_color": "#ba0c2f",
            "menu_contact_color": "#666366",
            "menu_faq_color": "#ba0c2f",
            "header_font_color": "#ffffff",
            "override_category_color": null,
            "header_css": "\n        .accordion-heading {\n          background-color: #ba0c2f !important;\n          color: #FFF !important;\n        }\n\n        .accordion-heading:hover {\n          background-color: #ba0c2f !important;\n          color: #fff !important;\n        }\n\n        .accordion-heading a {\n          color: #fff !important;\n        }\n\n        \n        .image-text-container { display: none; }\n        ",
            "index_header_text": null,
            "version": 2,
            "login_version": 1,
            "store_location": "ON",
            "custom_content": false,
            "in_store_kiosk": false,
            "link": false,
            "about_content": null,
            "contact_content": null,
            "refund_policy_content": null,
            "shipping_info_content": null,
            "fourth_tab_content": null,
            "email_receipt_content": null,
            "registration_notice": null,
            "cart_notice": null,
            "is_active": true,
            "is_demo": false,
            "nickname": null,
            "label_banner": "http://redshelf-images.s3.amazonaws.com/label_banner/unm_KgcfafN.png?Signature=5upE0VqViqzmSQXpupu%2BjvGqkQk%3D&Expires=1775258428&AWSAccessKeyId=AKIAI4N5E5TITBUVKVFQ",
            "label_logo": "http://redshelf-images.s3.amazonaws.com/label_logo/umn_logo.JPG?Signature=3F6ojO4wzoGWaAwtqSgMD6NMiiU%3D&Expires=1775258428&AWSAccessKeyId=AKIAI4N5E5TITBUVKVFQ",
            "accessibility_link": null,
            "allow_ecommerce": true,
            "buy_on_vitalsource": null,
            "vs_redirect_url": "www.vitalsource.com",
            "show_vs_modal": false,
            "privacy_notice_link": null,
            "refund_policy_link": null,
            "terms_of_use_link": null,
            "support_link": null
        },
        "relationships": {
            "org": {
                "data": {
                    "type": "Organization",
                    "id": "598"
                }
            }
        }
    },
    "included": [
        {
            "type": "Organization",
            "id": "598",
            "attributes": {
                "pk": 598,
                "title": "University of New Mexico Bookstore",
                "short_name": "UNIVNM",
                "nickname": null,
                "bookstore_id": null,
                "is_cds_enabled": false,
                "is_follett_org": false,
                "contact_name": "UNM Inclusive Access Team",
                "phone_number": "505-277-7480",
                "email_address": "[email protected]"
            }
        }
    ]
}