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:

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.