Number of APIs: 2
1. Get list of featured products
GET {{baseUrl}}/featured
Service urls:
http://yourdomain.com/api/rest/featured
OR
http://yourdomain.com/index.php?route=feed/rest_api/featured
2. Get list of featured products per limit
GET {{baseUrl}}/featured/limit/:limit
Service urls:
http://yourdomain.com/api/rest/featured/limit/{limit}
OR
http://yourdomain.com/index.php?route=feed/rest_api/featured&limit={limit}
ENDPOINTS