Skip to content

Tiendas GET

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

Devuelve todas las tiendas registradas bajo el usuario asociado al token, incluyendo información básica de cada tienda.

Ejemplo de Respuesta

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