Retrieve a list of export countries
An export country is a country for the export marketing resource. This endpoint lists all export countries.
Authorization
bearerAuth AuthorizationBearer <token>
ProductsUp Keycloak JWT bearer token.
In: header
Response Body
application/json
curl -X GET "https://export-template-api.productsup.com/V1/export-countries"{
"data": [
{
"id": 626,
"name": "Germany",
"countryCode": "DE",
"region": "Europe",
"priority": 1
},
{
"id": 627,
"name": "Netherlands",
"countryCode": "NL",
"region": "Europe",
"priority": 0
}
]
}How is this guide?