Returns information regarding the coverage offered for a specific Destination
GET
/destinations/:iso3
curl \
--request GET 'https://zim.api.zimconnections.com/destinations/:iso3' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"name": "France",
"scopes": {
"local": true,
"global": true,
"regional": true
},
"isoAlpha3": "FRA"
}