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",
"isoAlpha3": "FRA",
"scopes": {
"local": true,
"regional": true,
"global": true
}
}