Skip to main content

Country Region

Status: Trusted Tester

A country region that is valid for use with the API

idstring
Example: CA-SK
typestring

Possible values: [countryRegions]

Default value: countryRegions
Example: countryRegions
attributes object
namestring

A user friendly description for the Country region.

relationships object
country object
data object
idstring
typestring

Possible values: [countries]

Example: countries
Country Region
{
"id": "CA-SK",
"type": "countryRegions",
"attributes": {
"name": "string"
},
"relationships": {
"country": {
"data": {
"id": "string",
"type": "countries"
}
}
}
}