Existing Continent
GET {{location_url}}/continents/:id
Retrieve a single continent
You can retrieve a continent object within your market by sending this GET
request.
RESPONSES
status: OK
{"data":[{"id":"1","resourceType":"continent","name":"North America"}],"errors":[]}