Immutable Data API Documentation

immutable-data-api-service

Overview

Version information

Version : 0.0.1 [v.1]

Tags

  • CountryController

Access

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

Paths

Get countries

Up
get /countries

Security

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

Return type

array[CountryDto]

Example data

Content-Type: application/json
[ {
  "countryCode" : "countryCode",
  "countryName" : "countryName",
  "euMember" : true
}, {
  "countryCode" : "countryCode",
  "countryName" : "countryName",
  "euMember" : true
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • application/json

Responses

200

Successful retrieval of countries

Models

[ Jump to Methods ]

Table of Contents

  1. CountryDto

CountryDto Up

countryCode (optional)
String The country code
countryName (optional)
String The country name
euMember (optional)