country

Number of APIs: 6

The country service allows you to manage supported countries in your system. Moreover the service provides information about predefined regions.

Contact Support: Name: Emporix

  1. Retrieving all regions GET {{api-url}}/country/{{tenant}}/regions?pageNumber=1&pageSize=16

  2. Retrieving a region GET {{api-url}}/country/{{tenant}}/regions/Europe

  3. Updating a country PATCH {{api-url}}/country/{{tenant}}/countries/AT

  4. Access Token POST {{api-url}}/oauth/token

  5. Retrieving a country GET {{api-url}}/country/{{tenant}}/countries/AT

  6. Retrieving all countries GET {{api-url}}/country/{{tenant}}/countries?pageNumber=1&pageSize=16&sort=name:ASC&active=true