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.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 thex-api-key header.
Domains are placeholders during the pre-release. Your account manager will confirm the
final base URL and issue your sandbox + production keys.