latestOpenAPI 3.0.12026-08-20112309904.6 KB

466169815b78

EUDR - Shared

Get a list of countries

Retrieve a list of all available countries for EUDR compliance.

This endpoint returns reference data containing all countries that can be used in EUDR workflows, such as product origins, supplier locations, and compliance reporting.

Use Cases:

  • Get country reference data for product origins
  • Populate country selection dropdowns
  • Validate country codes

Required permissions (one of): access_public_products or access_public_eudr_suppliers

get/public/v2/eudr/shared/countries

Response

List of countries available for EUDR workflows.

idinteger required

Country ID

namestring required

Country name

countryCodestring nullable

Country code in form of ISO 3166-1 alpha-2 code

Example response

[
  {
    "id": 14,
    "name": "Austria",
    "countryCode": "AT"
  }
]