Number of APIs: 2
GET {{baseUrl}}/manufacturers
Service urls:
http://yourdomain.com/api/rest/manufacturers
OR
http://yourdomain.com/index.php?route=feed/rest_api/manufacturers
2. Get manufacturer details by ID
GET {{baseUrl}}/manufacturers/:id
Service urls:
http://yourdomain.com/api/rest/manufacturers/{manufacturer_id}
OR
http://yourdomain.com/index.php?route=feed/rest_api/manufacturers&id={manufacturer_id}
ENDPOINTS