action=services
سرد كل الخدمات (id, name, type, category, rate, min, max).
اربط متجرك بـ SSMM Panel عبر واجهة API متوافقة مع PerfectPanel: نقاط نهاية الخدمات والإضافة والحالة والرصيد.
نقطة النهاية
POST https://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://ssmmpanel.com/api/v2 \ -d "key=YOUR_API_KEY" \ -d "action=services" curl -X POST https://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://ssmmpanel.com/api/v2 \ -d "key=YOUR_API_KEY" \ -d "action=status" \ -d "order=ORDER_ID" curl -X POST https://ssmmpanel.com/api/v2 \ -d "key=YOUR_API_KEY" \ -d "action=balance"