GET /destinations/supported_destinations

Responses

  • 200 application/json

    Success

    Hide response attributes Show response attributes object
    • name string
    • isoAlpha3 string
GET /destinations/supported_destinations
curl \
 --request GET 'https://zim.api.zimconnections.com/destinations/supported_destinations' \
 --header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
  {
    "name": "United Kingdom",
    "isoAlpha3": "GBR"
  }
]