Get single country

Return details of a country based on its ID.

Get single country

get
/countries/{countryId}
Path parameters
countryIdintegerRequired

ID of the country to return.

Example: 50047
Query parameters
langstringOptional

Language of the content to retrieve (ISO 639-1). Defaults to English if undefined.

Default: enExample: en
Header parameters
AuthorizationstringRequired

Token <Your_API_Key>.

Default: Token <Partner_API_key>.
Responses
200

Successful operation.

application/json
get
/countries/{countryId}

Last updated

Was this helpful?