Version : 0.0.1 [v.1]
Base URL : https://public-api.crunch.co.uk/v1/immutable-data
GET /countries
HTTP Code | Description | Schema |
---|---|---|
200 | Successful retrieval of countries | < CountryDto > array |
Type | Name | Scopes |
---|---|---|
Unknown | oauth2-authorisation-code | read:all |
/countries
[ {
"countryCode" : "string",
"countryName" : "string",
"euMember" : true
} ]
Name | Description | Schema |
---|---|---|
countryCode optional |
The country code Example : "string" |
string |
countryName optional |
The country name Example : "string" |
string |
euMember optional |
Example : true |
boolean |