{ "operationId": "GetByAccount", "method": "GET", "path": "/api/vlm/account/stores", "summary": "VTex Get stores", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": [ { "id": 1213, "name": "ambientecrm", "hosts": [ "loja.ambientecrm.com.br", "www.ambientecrm.com.br" ] }, { "id": 213, "name": "ambienteqa", "hosts": [ "loja.blackbox.com.br", "www.blackbox.com.br" ] } ] } ] }