Tamio API Documentation

Tamio is a complete e-commerce platform with 322 features across 39 categories — all built into the core. No plugins, no third-party dependencies, no compatibility issues. Pages load in under 50ms, checkouts are embeddable on any website, and the entire platform is white-label ready with zero Tamio branding.

The API gives you full access to products, orders, customers, subscriptions, invoices, shipping, discounts, and more. Automate workflows with 80+ webhook triggers and webhook signature verification, or build custom integrations using the JavaScript Transactions API SDK. Every API key supports granular permission control so you expose only what each integration needs.

When something doesn't work as expected, the Developer Log Browser provides detailed request/response analysis with full event timelines — no guessing, no support tickets needed to diagnose integration issues.

Authentication

All API requests require a valid API key passed via the Authorization header using the Bearer scheme:

Authorization: Bearer YOUR_API_KEY

You can generate and manage your API keys from the Tamio Dashboard under Settings > Developers > API Keys.

Base URLs

Production
https://api.tamio.com/v2
Sandbox
https://api.tamio.cc/v2

API Resources

Quick Reference

Response Status Codes

200Success
400Bad Request / Validation Error
401Unauthorized
429Rate Limit Exceeded
500Server Error

Rate Limits

API requests are rate limited to ensure fair usage. If you exceed the limit, you'll receive a 429 response. Standard accounts receive 120 requests per minute.