CIAO API
  1. General
CIAO API
  • Introduction
  • Authentication
  • Response Structure
  • Versioning
  • Redemption Intent (Partners)
    • Initialize Redemption Intent
      POST
    • Fetch/Verify Redemption Intent
      GET
  • Voucher Generation (Resellers)
    • Create Vouchers
      POST
    • Show Vouchers from Voucher Payment
      GET
  • General
    • Get all Counties
      GET
  1. General

Get all Counties

GET
/api/v1/countries

Request

Header Params

Responses

🟢200OK
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/v1/countries' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json'
Response Response Example
{
    "status": true,
    "message": "string",
    "data": [
        {
            "name": "string",
            "code": "string",
            "is_eu_member": true,
            "vat_applicable": true
        }
    ]
}
Modified at 2025-10-26 11:59:22
Previous
Show Vouchers from Voucher Payment
Built with