# Get all available countries for geo-location filtering GET /v3/geo-locations/countries Retrieve a list of all available countries with their associated continent information for use in geo-location based filtering Endpoint: GET /v3/geo-locations/countries Security: API_Key ## Response 200 fields (application/json): - `countryId` (integer, required) Unique identifier for the country Example: 46 - `countryName` (string, required) Display name of the country Example: "China" - `countryCode` (string, required) ISO country code (2-letter code) Example: "CN" - `continentId` (integer, required) Unique identifier for the continent this country belongs to Example: 5 - `continentName` (string, required) Name of the continent this country belongs to Example: "Asia" ## Response 401 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object) ## Response 403 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object)