Listar establecimientos del tenant
X-API-Secret<token>
API Secret para autenticación. Debe enviarse junto con X-API-Key.
In: header
Query Parameters
pageable*
Response Body
application/json
curl -X GET "https://example.com/api/v1/setup/establishments?page=0&size=1&sort=string"{ "requestId": "string", "timestamp": "string", "data": { "content": [ { "establishmentId": "479db0ca-99e2-44ab-83ed-7b30fb7d1c96", "storeCode": "string", "address": "string", "businessName": "string", "establishmentStatus": "ACTIVE", "establishmentType": "MAIN" } ], "page": 0, "size": 0, "totalElements": 0, "totalPages": 0, "last": true }}