Get the current destinations
Get the current destinations
Responses
- 200
- 401
- 500
Successfully retrieved the destinations
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
data object[]
id string
The local ID of the destination
code number
The country calling code
isoCode string
The ISO 3166-1 alpha-2 code of the country
{
"data": [
{
"id": "6555da5e8054eb53242c7739",
"code": 31,
"isoCode": "NL"
}
]
}
Unauthorized
Internal Server Error
Loading...