API
TIDO API
Integrate TIDO's supply chain capabilities directly into your systems with our RESTful API.
RESTful API
Clean, predictable REST endpoints for all platform operations.
Webhooks
Real-time notifications for order updates, stock alerts, and more.
SDKs
Official libraries for JavaScript, Python, and PHP.
# Example: List orders
curl -H "Authorization: Bearer YOUR_API_KEY" \
https://api.tidoglobal.com/v1/orders
