action=services
سرد كل الخدمات (id, name, type, category, rate, min, max).
اربط متجرك بـ SSMM Panel عبر واجهة API للموزّعين متوافقة مع PerfectPanel. استخدم نقاط services وadd وstatus وbalance وrefill لأتمتة الطلبات.
نقطة النهاية
POST https://www.ssmmpanel.com/api/v2
Content-Type: application/x-www-form-urlencoded
صادِق بمفتاح واجهة البرمجة من لوحة التحكم. إجراءات متوافقة مع PerfectPanel:
سرد كل الخدمات (id, name, type, category, rate, min, max).
إنشاء طلب: service وlink وquantity (+ comments اختياري).
التحقق من حالة الطلب بمعرّف order.
إرجاع رصيدك الحالي بالدولار.
curl -X POST https://www.ssmmpanel.com/api/v2 \ -d "key=YOUR_API_KEY" \ -d "action=services" curl -X POST https://www.ssmmpanel.com/api/v2 \ -d "key=YOUR_API_KEY" \ -d "action=add" \ -d "service=1001" \ -d "link=https://instagram.com/username" \ -d "quantity=100" curl -X POST https://www.ssmmpanel.com/api/v2 \ -d "key=YOUR_API_KEY" \ -d "action=status" \ -d "order=ORDER_ID" curl -X POST https://www.ssmmpanel.com/api/v2 \ -d "key=YOUR_API_KEY" \ -d "action=balance" curl -X POST https://www.ssmmpanel.com/api/v2 \ -d "key=YOUR_API_KEY" \ -d "action=refill" \ -d "order=ORDER_ID" curl -X POST https://www.ssmmpanel.com/api/v2 \ -d "key=YOUR_API_KEY" \ -d "action=cancel" \ -d "orders=ORDER_ID"