Tamio API Documentation
Tamio is an e-commerce platform with 322 features across 39 categories, all built into the core. No plugins, no third-party dependencies. Leading e-commerce site speeds, embeddable checkouts, and the whole platform is white-label ready.
The REST API covers products, orders, customers, subscriptions, invoices, shipping rules, and discount campaigns. There are 80+ webhook events with signature verification for reacting to changes, and a JavaScript SDK for handling transactions and payments on the client side. Each API key has granular permissions.
When things go wrong, the Developer Log Browser in the dashboard shows full request/response data with event timelines, so you can usually debug integration issues yourself.
Authentication
All API requests require a valid API key passed via the Authorization header using the Bearer scheme:
You can generate and manage your API keys from the Tamio Dashboard under Settings > Developers > API Keys.
Base URLs
https://api.tamio.com/v2
https://api.tamio.cc/v2
API Resources
Quick Reference
Response Status Codes
200Success400Bad Request / Validation Error401Unauthorized429Rate Limit Exceeded500Server ErrorRate 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.