Dokumentasi Api
Endpoin https://rajaitem.com/api/v1
Method POST
Response JSON
Header
Content-Type application/json
Authorization Bearer {api_key}
Contoh Respon Berhasil
{
    "status": true,
    "message": "SUCCESS",
    "data": {
        "first_name": "Rajaitem",
        "last_name": "Store",
        "phone": "082231727842",
        "email": "rajaitemstore@gmail.com",
        "balance": "0",
        "role": "Member"
    }
}
Contoh Respon Gagal
{
    "status": false,
    "message": "Authorization tidak dikenali",
    "data": []
}

Contoh Respon Berhasil
{
    "status": true,
    "message": "SUCCESS",
    "data": [
        {
            "id": "472",
            "category": "Ace Racer",
            "product": "2880 + 300 Tokens",
            "price": {
                "normal": "535945",
                "reseller": "530746",
                "vip": "526068"
            },
            "status": "On"
        },
        {
            "id": "471",
            "category": "Ace Racer",
            "product": "1180 + 120 Tokens",
            "price": {
                "normal": "210399",
                "reseller": "208359",
                "vip": "206522"
            },
            "status": "On"
        }
    ]
}
Contoh Respon Gagal
{
    "status": false,
    "message": "Authorization tidak dikenali",
    "data": []
}

Body
product Kode dari produk yang ingin dibeli
user_id User ID / Player ID dari target
zone_id Server ID / Zona ID dari target (optional) wajib hanya digame tertentu
Contoh Respon Berhasil
{
    "status": true,
    "message": "SUCCESS",
    "data": {
        "order_id": "RI00001"
    }
}
Contoh Respon Gagal
{
    "status": false,
    "message": "Authorization tidak dikenali",
    "data": []
}

Body
order_id Order ID Pesanan
Contoh Respon Berhasil
{
    "status": true,
    "message": "SUCCESS",
    "data": {
        "status": "Success",
        "note": "Rajaitem Ref ID : RI00001"
    }
}
Contoh Respon Gagal
{
    "status": false,
    "message": "Authorization tidak dikenali",
    "data": []
}

Contoh Respon Berhasil
{
    "status": true,
    "message": "SUCCESS",
    "data": [
        {
            "id": "11360",
            "service": "Instagram Auto Likes (Instant Start) [5k/Day]",
            "category": "ZZZZZZZZ excess services",
            "price": {
                "normal": "211",
                "reseller": "201",
                "vip": "186"
            },
            "min": "10",
            "max": "10000000",
            "note": ""
        },
        {
            "id": "11359",
            "service": "Instagram Likes Auto [ Max 5M ] | Old Accounts | [ Speed 200K Per Day ]",
            "category": "ZZZZZZZZ excess services",
            "price": {
                "normal": "391",
                "reseller": "381",
                "vip": "366"
            },
            "min": "10",
            "max": "500000",
            "note": ""
        }
    ]
}
Contoh Respon Gagal
{
    "status": false,
    "message": "Authorization tidak dikenali",
    "data": []
}

Body
service ID Layanan yang ingin dibeli
target Target Username / Link
quantity Jumlah Pembelian
link Link Postingan (Optional)
hashtag Hashtag (Optional)
komen Komentar (Optional)
keywords Keywords (Optional)
Contoh Respon Berhasil
{
    "status": true,
    "message": "SUCCESS",
    "data": {
        "order_id": 1982387
    }
}
Contoh Respon Gagal
{
    "status": false,
    "message": "Authorization tidak dikenali",
    "data": []
}

Body
order_id Order ID Pesanan
Contoh Respon Berhasil
{
    "status": true,
    "message": "SUCCESS",
    "data": {
        "status": "Success",
        "start_count": 2560,
        "remains": 0
    }
}
Contoh Respon Gagal
{
    "status": false,
    "message": "Authorization tidak dikenali",
    "data": []
}