HTTP methos POST
API URL https://sosmedkita.com/api/v1
API Key Get Your API Key on the Profile Page
Response Format JSON

Service List

Parameter Description
key Your API Key
action services

Success Response

[
    {
        "service": 1,
        "name": "Tiktok Likes",
        "category": "Tiktok",
        "type": "default",
        "min": 10,
        "max": 5000,
        "rate": 6000,
        "refill": 0,
        "unit": 1000,
        "target_info": "Link Video Tiktok",
        "is_target_url": 1
    },
    {
        "service": 2,
        "name": "Tiktok Likes Indo",
        "category": "Tiktok",
        "type": "default",
        "min": 10,
        "max": 15000,
        "rate": 43672.5,
        "refill": 0,
        "unit": 1000,
        "target_info": "Link Video Tiktok",
        "is_target_url": 1
    },
]
            

Error Response

{
    "success": false,
    "error": "User tidak ditemukan!"
}
            

Order

Parameter Description
key Your API Key
action add
service Service ID
link Link to page (link target)
quantity Needed quantity (jumlah order)

Success Response

{
    "order": ORD123512519685351
}
            

Error Response

{
    "success": false,
    "error": "Minimum order quantity is 10"
}
            

{
    "success": false,
    "error": "Not Enough Balance"
}
            

{
    "success": false,
    "error": "Service Not Found!"
}
            

{
    "success": false,
    "error": "Username does not need to use the @"
}
            

{
    "success": false,
    "error": "The target username should not contain spaces"
}
            

{
    "success": false,
    "error": "E-Internal Server Error! Please contact our Admin."
}
            

Order Status

Parameter Description
key Your API Key
action status
order order ID

Success Response

{
    "charge": 126,
    "start_count": 0,
    "status": "Pending",
    "remains": 500,
    "currency": "IDR"
}
            

{
    "charge": 1200,
    "start_count": 156,
    "status": "Waiting",
    "remains": 745,
    "currency": "IDR"
}
            

{
    "charge": 50000,
    "start_count": 0,
    "status": "Completed",
    "remains": 0,
    "currency": "IDR"
}
            

{
    "charge": 13250,
    "start_count": 50,
    "status": "In Progress",
    "remains": 200,
    "currency": "IDR"
}
            

{
    "charge": 64500,
    "start_count": 56,
    "status": "Processing",
    "remains": 965,
    "currency": "IDR"
}
            

{
    "charge": 17800,
    "start_count": 612,
    "status": "Partial",
    "remains": 20,
    "currency": "IDR"
}
            

{
    "charge": 13000,
    "start_count": 0,
    "status": "Canceled",
    "remains": 500,
    "currency": "IDR"
}
            

Error Response

{
    "success": false,
    "error": "Order Not Found!"
}
            

Multiple Order Status

Parameter Description
key Your API Key
action status
orders Order IDs (separated by a comma, up to 100 IDs)

Success Response

{
    "APIORNM7EBILG14320231021": {
        "status": "Completed",
        "start_count": 93,
        "remains": 0,
        "charge": 2543,
        "currency": "IDR"
    },
    "APIORDBOOPVZP14320231014": {
        "status": "Completed",
        "start_count": 331,
        "remains": 0,
        "charge": 2183,
        "currency": "IDR"
    },
    "APIORDVNTXOWV14320231014": {
        "status": "Canceled",
        "start_count": 0,
        "remains": 10,
        "charge": 51,
        "currency": "IDR"
    }
}
        

Error Response

{
    "success": false,
    "error": "Order Not Found!"
}
            

Balance

Parameter Description
key Your API Key
action balance

Success Response

{
    "balance": 168785,
    "currency": "IDR"
}
            

Error Response

{
    "success": false,
    "error": "User tidak ditemukan!"
}