Chat List

Show All

  • A
  • B
  • D
  • J
  • O
Hi, how are you samim? 8:40 AM, Today
Hi Khalid i am good tnx how about you? 8:55 AM, Today
I am good too, thank you for your chat template 9:00 AM, Today
You are welcome 9:05 AM, Today
I am looking for your next templates 9:07 AM, Today
Ok, thank you have a good day 9:10 AM, Today
Bye, see you 9:12 AM, Today
Hi, how are you samim? 8:40 AM, Today
Hi Khalid i am good tnx how about you? 8:55 AM, Today
I am good too, thank you for your chat template 9:00 AM, Today
You are welcome 9:05 AM, Today
I am looking for your next templates 9:07 AM, Today
Ok, thank you have a good day 9:10 AM, Today
Bye, see you 9:12 AM, Today
Notications

Show All

  • SEVER STATUS
  • KK
  • SOCIAL
  • RU
  • SEVER STATUS
  • AU
  • MO
Notes

Add New Nots

API URL https://subthanhlam.online/api/v2
API Key Vui lòng đăng nhập để lấy API Token!
HTTP Method POST
Content-Type application/x-www-form-urlencoded
Response JSON
Parameters Description
key API Key
action "services"
Example response
[
            {
                "service": 1,
                "name": "Youtube views",
                "type": "Default",
                "category": "Youtube",
                "rate": "2.5",
                "min": "200",
                "max": "10000",
                "refill": true
            },
            {
                "service": 2,
                "name": "Facebook comments",
                "type": "Custom Comments",
                "category": "Facebook",
                "rate": "4",
                "min": "10",
                "max": "1500",
                "refill": false
            }
        ]
Parameters Description
key API Key
action "add"
service Service ID
link Link
quantity Needed quantity
Example response
{
    "order": 99999
}
Parameters Description
key API Key
action "status"
order Order ID
Example response
{
            "charge": "2.5",
            "start_count": "168",
            "status": "Completed",
            "remains": "-2"
        }

Status: Pending, Processing, In progress, Completed, Partial, Canceled

Parameters Description
key API Key
action "status"
orders Order IDs separated by comma (E.g: 123,456,789) (Limit 100)
Example response
{
            "123": {
                "charge": "0.27819",
                "start_count": "3572",
                "status": "Partial",
                "remains": "157"
            },
            "456": {
                "error": "Incorrect order ID"
            },
            "789": {
                "charge": "1.44219",
                "start_count": "234",
                "status": "In progress",
                "remains": "10"
            }
        }
Parameters Description
key API Key
action "balance"
Example response
{
            "balance": "10000",
            "currency": "VND"
        }
Parameters Description
key API Key
action "refill"
order Order ID
Example response
{
            "refill": "1"
        }
Parameters Description
key API Key
action "refill"
orders Order IDs separated by comma (E.g: 123,456,789) (Limit 100)
Example response
{
            "refill": "1"
        }
Parameters Description
key API Key
action "refill_status"
refill Refill ID
Example response
{
            "status": "Completed"
        }
Parameters Description
key API Key
action "refill_status"
refills Refill IDs separated by comma (E.g: 123,456,789) (Limit 100)
Example response
[
            {
                "refill": 1,
                "status": "Completed"
            },
            {
                "refill": 2,
                "status": "Rejected"
            },
            {
                "refill": 3,
                "status": {
                    "error": "Incorrect refill ID"
                }
            }
        ]
Parameters Description
key API Key
action "products"
Example response
[
            {
                "product": 1,
                "name": "Youtube Premium 30 Ngày",
                "require": "Vui lòng nhập gmail",
                "rate": 30000,
                "min": 1,
                "max": 1,
                "category": "Tài Khoản Premiumm",
                "service": "Youtube Premium",
                "description": "Nâng cấp youtube chính chủ trên gmail của bạn
                                Tặng kèm Google VEO3, Gemini Pro, Google One 2TB
                                Vui lòng nhập gmail vào mục ghi chú phía trên khi đặt hàng
                                CHÚ Ý: CÁC BẠN CẦN ĐỂ Ý THỜI HẠN VÀ GIA HẠN TRƯỚC ÍT NHẤT 3 NGÀY, NẾU BỊ KÍCH RA KHỎI FAMILY SẼ KHÔNG THỂ VÀO LẠI
                                Bảo hành gói theo đúng thời gian đơn hàng"
                "warranty": "Không hỗ trợ bảo hành nếu gmail vi phạm chính sách google dẫn đến bị khóa
                            Gói được mua từ bên chúng tôi 100% là gói chính thống từ Youtube nên sẽ không ảnh hưởng gì đến mail của bạn"
            },
            {
                "product": 2,
                "name": "Proxy US 30 Ngày - HTTP",
                "require": "off",
                "rate": 2000,
                "min": 1,
                "max": 2000,
                "category": "Proxy",
                "service": "Proxy US - HTTP",
                "description": "ĐỊNH DẠNG PROXY: IP : Port : User : Pass : Ngày Hết Hạn"
                "warranty": "Bảo hành 30 ngày"
            }
        ]
Parameters Description
key API Key
action "add_product_order"
product Product ID
quantity Needed quantity
require Infomation need to process
Example response
{
            "order": 99999
        } 
Parameters Description
key API Key
action "product_order_status"
order Product Order ID
Example response
{
            "charge": 7.5,
            "status": "Completed",
            "result": "c85c1d1a-9ef3-4d01-8c58-3dfaf3bbc78e"
        }

Status: Pending, In progress, Completed, Partial, Canceled

Parameters Description
key API Key
action "product_order_status"
orders Order IDs separated by comma (E.g: 123,456,789) (Limit 100)
Example response
{
            "123": {
                "charge": 7.5,
                "status": "Completed",
                "result": "c85c1d1a-9ef3-4d01-8c58-3dfaf3bbc78e"
            },
            "456": {
                "error": "Incorrect order ID"
            },
            "789": {
                "charge": 0,
                "status": "Canceled",
                "note": "Out of stock"
            }
        }