GET/POST /public/api/getcountrylist

Description

Get a simple list of countries

Usage

Request body: { "APIkey": "Company_APIkey" } Response: 200 OK Response body: { "Countries": [ { "CountryTitle": "CountryTitle" } ] }