References

Get list of Countries

Role Requirements

No role required

Description

Gets the list of Countries.

The code is compliant with the ISO 3166-1 standard.

The currency is compliant with the ISO 4217 standard.

Securitybearer
Request
header Parameters
x-account-id
required
string

The Account Id.

x-tenant-id
string

The Tenant Id. This is only mandatory if you are using a Tenant Key.

Responses
200

OK - Returns the Countries response.

401

Unauthorized

403

Forbidden

get/v2/countries
Request samples
Response samples
application/json
{
  • "countries": [
    • {
      • "id": "string",
      • "code": "string",
      • "name": "string",
      • "currency": "string"
      }
    ]
}

Get list of Currencies

Role Requirements

No role required

Description

Gets the list of Currencies.

The code is compliant with the ISO 4217 standard.

Securitybearer
Request
header Parameters
x-account-id
required
string

The Account Id.

x-tenant-id
string

The Tenant Id. This is only mandatory if you are using a Tenant Key.

Responses
200

OK - Returns the Currencies response.

401

Unauthorized

403

Forbidden

get/v2/currencies
Request samples
Response samples
application/json
{
  • "currencies": [
    • {
      • "id": "string",
      • "code": "string",
      • "name": "string",
      • "symbol": "string"
      }
    ]
}
Copyright 2024 Duck Creek Technologies. All Rights Reserved.