Number of APIs: 2
GET {{baseUrl}}/stores
Service urls:
http://yourdomain.com/api/rest/stores
OR
http://yourdomain.com/index.php?route=feed/rest_api/stores
GET {{baseUrl}}/stores/:id
Service urls:
http://yourdomain.com/api/rest/stores/{store_id}
OR
http://yourdomain.com/index.php?route=feed/rest_api/stores&id={store_id}
ENDPOINTS