Skip to main content
API v2 is async-first. You place an order, get an orderId back instantly, then poll the order until your codes are delivered. No long-held HTTP requests, no timeouts on big orders.
The Kalixo Distribution API gives partners programmatic access to their gift-card catalog, ordering, bulk fulfilment, and wallet — over a clean, predictable REST interface.

Quickstart

Make your first authenticated call and place a test order in a few minutes.

Authentication

Use your x-api-key to authenticate every request.

API reference

Explore every endpoint with a built-in “Try it” playground.

Migrating from v1

What changed, and how to move your integration to v2.

What you can do

Catalog

List products with filtering (country, language, brand, category, tag) and pagination.

Orders

Place single or bulk orders and poll them to completion.

Wallet

Check your balances per currency and stay ahead of low-balance alerts.

Base URL

All v2 endpoints live under a single base URL. Send your API key in the x-api-key header.
https://api.kalixo.io/v2
Domains are placeholders during the pre-release. Your account manager will confirm the final base URL and issue your sandbox + production keys.