Stores Listing

Get Stores API

GET http://{base-url}/v1/api/getStoresList

This endpoint allows you to get free cakes.

Headers

Name
Type
Description

Content-Type

string

x-api-access

string

x-api-secret

string

x-client-token

string

sdasdadeqwdrty45

{
    "success": true,
    "msg": "Getting Stores successfully",
    "data": {
        "stores": [
            {
                "store_id": "6",
                "store_name": "5asec - Goregaon East",
                "locality": "Goregaon East",
                "terminal_count": "0",
                "online_terminal": "0",
                "offline_terminal": "0",
                "store_code": ""
            },
            {
                "store_id": "211",
                "store_name": "5asec - Dadar West",
                "locality": "Dadar West",
                "terminal_count": "4",
                "online_terminal": "0",
                "offline_terminal": "4",
                "store_code": ""
            },
            {
                "store_id": "196",
                "store_name": "5asec - Goregaon West",
                "locality": "Goregaon West",
                "terminal_count": "0",
                "online_terminal": "0",
                "offline_terminal": "0",
                "store_code": ""
            }
        ]
    }
}

Last updated