Immutable Data API Documentation
immutable-data-api-service
Overview
Version : 0.0.1 [v.1]
Access
- Base URL:
https://public-api.crunch.co.uk/v1/immutable-data
Paths
Get countries
Security
oauth2-authorisation-code
Type: oauth2 Scopes: read:all
Return type
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 request header;
the media type will be conveyed by the response header.
Responses
200
Successful retrieval of countries
[ Jump to
Methods ]
Table of Contents
CountryDto
countryCode (optional)
countryName (optional)
euMember (optional)