ImmutableData API Documentation

Overview

Version information

Version : 0.0.1 [v.1]

Tags

  • CountryController

Paths

Base URL : https://public-api.crunch.co.uk/v1/immutable-data

Get countries

GET /countries

Responses

HTTP Code Description Schema
200 Successful retrieval of countries < CountryDto > array

Tags

  • CountryController

Security

Type Name Scopes
Unknown oauth2-authorisation-code read:all

Example HTTP request

Request path
/countries

Example HTTP response

Response 200
[ {
  "countryCode" : "string",
  "countryName" : "string",
  "euMember" : true
} ]

Definitions

CountryDto

Name Description Schema
countryCode
optional
The country code
Example : "string"
string
countryName
optional
The country name
Example : "string"
string
euMember
optional
Example : true boolean