Country Region
Status: Trusted Tester
A country region that is valid for use with the API
idstring
Example:
CA-SKtypestring
Possible values: [countryRegions]
Default value:
countryRegionsExample:
countryRegionsattributes object
namestring
A user friendly description for the Country region.
relationships object
country object
data object
idstring
typestring
Possible values: [countries]
Example:
countriesCountry Region
{
"id": "CA-SK",
"type": "countryRegions",
"attributes": {
"name": "string"
},
"relationships": {
"country": {
"data": {
"id": "string",
"type": "countries"
}
}
}
}