api/v1/customer/stores

GET

/api/v1/customer/stores

This API method will grab a list of valid stores available.

Sample Request body

Nothing required

Parameter

Data Type

Required

per_page

INTEGER

false

page

INTEGER

false

enforce_age_restrictions

INTEGER

false

Sample Response

{
    "status": true,
    "items": [
        {
            "id": "l6yYk1WOeo7e2b78dD4j",
            "company": "SC Choice Management",
            "data": null,
            "loyalty_options": {
                "id": "LZWBJx0PmYkEwjGdr2vO",
                "chain_display_name": "SC Choice Management",
                "description": "Tier 3",
                "chain_logo": "http://controlcenter.ftx:81/stores/l6yYk1WOeo7e2b78dD4j/chain-logo",
                "branded_site": 1,
                "altria_tier": 3,
                "branded_footer_images": [
                    {
                        "image_title": "1",
                        "image": "http://controlcenter.ftx:81/branded-footer/images/LZWBJx0PmYkEwjGdr2vO",
                        "url": ""
                    },
                    {
                        "image_title": "2",
                        "image": "http://controlcenter.ftx:81/branded-footer/images/bZ6xBGP2mdPm3R8VX17L",
                        "url": ""
                    },
                    {
                        "image_title": "3",
                        "image": "http://controlcenter.ftx:81/branded-footer/images/nK8oWGj0zxqELP1A53ak",
                        "url": ""
                    },
                    {
                        "image_title": "4",
                        "image": "http://controlcenter.ftx:81/branded-footer/images/QD59AxOJm2MenXb14Pw7",
                        "url": ""
                    }
                ]
            },
            "disable_notifications": 0,
            "show_store_updates": 0,
            "allow_see_store": 0,
            "show_receipts": 1,
            "balance": 23049,
            "storeIdentity": "7cd53f84-7c63-491c-9fac-6b0e03b00713"
        }
    ]
}