Skip to main content
GET
/
utilitiesmanagement
/
active-countries
Active Countries
curl --request GET \
  --url https://{tenant}.fincode.software/api/v6/services/utilitiesmanagement/active-countries \
  --header 'platform: <platform>' \
  --header 'uuid: <uuid>'
Retrieves the current list of active countries stored in the system with their various properties like country name and iso3Codes. This endpoint helps client applications for where users country is required.

Request Headers

This endpoint is typically public and does not require an Access Token for authorization, relying on the organization domain provided in the URL.
platform
string
default:"fincode"
required
Platform identifier. Use fincode.
uuid
string
default:"200"
required
Unique request identifier.

Code Examples

curl --location 'https://remitjunction.fincode.software/api/v6/services/utilitiesmanagement/active-countries' \
--header 'platform: fincode' \
--header 'uuid: 200'

Headers

platform
string
default:fincode
required
uuid
string
default:200
required

Response

200

List of active countries