code | string <iso-3166-alpha-2> A two-letter country code. |
name | string [ 1 .. 255 ] characters Name of country. |
{- "code": "NL",
- "name": "The Netherlands"
}
Retrieve a list of countries supported within the system.
Successful response.
An error occurred - see status code and problem response for more information.
{- "query": {
- "limit": 25,
- "offset": 0
}, - "result": [
- {
- "code": "NL",
- "name": "The Netherlands"
}
], - "total": 3255
}