Dokumentasi API
API ID Your API ID
API Key Your API Key
Contoh PHP

Jika Anda mengalami kesulitan, silahkan hubungi Developer Kami untuk jasa integrasi.

URL https://www.topupgaul.com/api/profile
Method POST
Respon JSON

api_id Your API ID
api_key Your API Key
action profile

Sukses
{
    "status": true,
    "data": {
        "email": "vinosonsua.store",
        "username": "VSProject",
        "saldo_sosmed": "1000000"
    }
}
                                                                
Gagal
{
    "status": false,
    "data": {
        "pesan": "Permintaan tidak sesuai. silahkan cek dokumentasi api."
    }
}
                                                                

URL S1 https://www.topupgaul.com/api/api_s1
URL S2 https://www.topupgaul.com/api/api_s2
Method POST
Respon JSON

api_id Your API ID
api_key Your API Key
action services

Sukses
{
    "status": true,
    "data": {
        "sid": "1",
        "kategori": "Instagram",
        "layanan": "Instagram Followers",
        "min": "100",
        "max": "5000",
        "harga": "3500",
        "catatan": "Layanan VSProject",
        "refill": "1",
        "average_time": "2 Menit 32 Detik"
    }
}
                                                                
Gagal
{
    "status": false,
    "data": {
        "pesan": "Permintaan tidak sesuai. silahkan cek dokumentasi api."
    }
}
                                                                

URL S1 https://www.topupgaul.com/api/api_s1
URL S2 https://www.topupgaul.com/api/api_s2
Method POST
Respon JSON

api_id Your API ID
api_key Your API Key
layanan ID Layanan
target Target Pesanan
jumlah Jumlah Pesanan
custom_comments Kosongkan Jika Tidak Diperlukan
action orders

Sukses
{
    "status": true,
    "data": {
        "id": "12345",
        "start_count": "321"
    }
}
                                                                
Gagal
{
    "status": false,
    "data": {
        "pesan": "Permintaan tidak sesuai. silahkan cek dokumentasi api."
    }
}
                                                                

URL S1 https://www.topupgaul.com/api/api_s1
URL S2 https://www.topupgaul.com/api/api_s2
Method POST
Respon JSON

api_id Your API ID
api_key Your API Key
id ID Pesanan
action status

Sukses
{
    "status": true,
    "data": {
        "id": "1",
        "status": "Success",
        "start_count": "1",
        "remains": "0"
    }
}
                                                                
Gagal
{
    "status": false,
    "data": {
        "pesan": "Permintaan tidak sesuai. silahkan cek dokumentasi api."
    }
}
                                                                

URL S1 https://www.topupgaul.com/api/api_s1
URL S2 https://www.topupgaul.com/api/api_s2
Method POST
Respon JSON

api_id Your API ID
api_key Your API Key
oid ID Pesanan
action refill

Sukses
{
    "status": true,
    "data": {
        "id_refill": "1",
    }
}
                                                                
Gagal
{
    "status": false,
    "data": {
        "pesan": "Permintaan tidak sesuai. silahkan cek dokumentasi api."
    }
}
                                                                

URL S1 https://www.topupgaul.com/api/api_s1
URL S2 https://www.topupgaul.com/api/api_s2
Method POST
Respon JSON

api_id Your API ID
api_key Your API Key
id_refill ID Refill
action status_refill

Sukses
{
    "status": true,
    "data": {
        "id_refill": "1",
        "status": "Success"
    }
}
                                                                
Gagal
{
    "status": false,
    "data": {
        "pesan": "Permintaan tidak sesuai. silahkan cek dokumentasi api."
    }
}