Skip to content

Stores GET

URL: https://api.painelalter.com/api/getStores

Returns all stores registered under the user associated with the token, including basic information for each store.

Response Example

json
[
    {
        "id": 1,
        "alias_id": "ABC-ETF",
        "name": "Store A",
        "hasDeviceActive": true
    },
    {
        "id": 2,
        "alias_id": "TFC-UYT",
        "name": "Store B",
        "hasDeviceActive": false
    }
]