tlilo's enterprise-grade API gives your business instant, single-integration access to 2,000+ gift card brands and reward catalogs across 40+ global markets — so you can launch, scale, and automate your rewards program without the complexity.
Trusted by leading platforms worldwide
tlilo exposes a composable set of APIs purpose-built for high-throughput gift card issuance, global distribution, and loyalty orchestration.
Ready to integrate in under 30 minutes?
Explore the docs, grab your sandbox keys, and make your first API call today.
tlilo is designed to minimize time-to-first-gift. Most teams ship their first integration within a single afternoon.
Create a free tlilo account in under two minutes. Head to the dashboard, navigate to API credentials, and copy your live or sandbox key — no credit card required to start.
POST /v1/auth/keys HTTP/1.1Host: api.tlilo.comContent-Type: application/json{ "name": "my-production-key", "scope": ["catalog:read", "gift:issue"], "environment": "live"}// Response{ "api_key": "tlilo_live_sk_4xG9...", "created_at": "2026-01-15T08:00:00Z", "status": "active"}
One REST endpoint. Clean JSON responses. Full OpenAPI 3.1 spec available for instant code generation in any language.
curl -X POST https://api.tlilo.com/v1/issue
-H "Authorization: Bearer sk_live_••••••••••••"
-H "Content-Type: application/json"
-d '{
"brand_id": "brand_amazon_us",
"denomination": 50.00,
"currency": "USD",
"recipient_email": "[email protected]",
"metadata": {
"campaign": "Q4_loyalty_reward",
"user_id": "usr_8829a1c"
}
}'{ "status": "success", "request_id": "req_7f3a9c12de04", "issued_at": "2025-01-15T09:42:11Z", "gift_card": { "id": "gc_a1b2c3d4e5f6", "brand": { "id": "brand_amazon_us", "name": "Amazon", "logo_url": "https://cdn.tlilo.com/brands/amazon.svg" }, "denomination": 50.00, "currency": "USD", "code": "AMZN-4821-XKPL-9073", "pin": "7731", "barcode_url": "https://cdn.tlilo.com/barcodes/gc_a1b2c3.png", "barcode_format": "CODE128", "expires_at": "2027-01-15T00:00:00Z", "redemption_url": "https://amazon.com/redeem" }, "recipient": { "notified": true }}No hidden fees. No surprise overages. Start free, upgrade when you're ready, and bring us into your enterprise stack on your terms.
Get up and running with tlilo. Perfect for exploring the API and building your first integration.
For scaling teams that need volume, analytics, and dedicated support to move fast.
Unlimited scale, enterprise SLAs, and a dedicated account manager — built to your requirements.
Need a detailed breakdown of every feature and limit?
View full pricing & feature comparisonAll plans include TLS encryption, REST & webhooks, and a 99.9{c91f96d2ca25363dd70c6a8329cd9cb76a6d41fdb1332feec1be342f37022557} uptime guarantee. No credit card required to start.
The Gift Card & Rewards API built for scale — powering loyalty programs, digital gift cards, and incentive infrastructure for modern enterprises.
© 2026 tlilo. All rights reserved.