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