Existing Country
GET {{location_url}}/countries/:id
Retrieve a single country
You can retrieve a country object within your market by sending this GET
request.
RESPONSES
status: OK
{"data":[{"id":"1","resourceType":"country","name":"Canada","continentId":"1"}],"errors":[]}