CIAO API
    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

    Authentication

    All requests must include a valid secret key in the Authorization header using the Bearer token scheme.
    Authorization: Bearer {{secretKey}}
    
    Partners can retrieve their Live and Test secret keys from the API settings in their Partner Dashboard.
    Test keys start with sk_test_, while live keys start with sk_live_.
    Test keys should only be used during the testing and development phase.
    ❗ Important: Do not expose your secret keys in client-side code or public repositories.
    Modified at 2025-07-03 22:05:23
    Previous
    Introduction
    Next
    Response Structure
    Built with