APIWarming rulesList warming rules Get list of all warming rules with their status GET/warming-rulesSendServer URLcURLJavaScriptGoPythoncurl -X GET "https://orchestrator.tuxopay.com/api/warming-rules"200Warming rules retrieved successfullyResponse{ "warming_rules": [ { "id": 1, "name": "New Gateway Warming", "description": "30-day warming period for new payment gateway", "is_active": true, "shop": { "id": 1, "name": "Primary Shop" }, "warming_status": { "status": "active", "current_day": 5, "total_days": 30, "progress_percentage": 16.67 } } ], "total_count": 1 }TypeScriptSimulate payment flowPrevious PageWebhook EventsDocumentation for webhook events sent to your endpoints when payment status changes