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://vspedia.com/api/profile
Method POST
Respon JSON

api_id Your API ID
api_key Your API Key
action profile

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

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

api_id Your API ID
api_key Your API Key
action services

Sukses
{
    "status": true,
    "data": {
        "service_id": "1",
        "name_category": "Instagram Followers Indonesia",
        "name_service": "Instagram Followers [Max 10k][Fast]",
        "min": "100",
        "max": "5000",
        "price": "3500",
        "note": "Layanan VSProject",
        "button_refill": "1",
        "average_time": "2 Menit 32 Detik"
    }
}
                                                                
Gagal
{
    "status": false,
    "data": {
        "pesan": "Permintaan tidak sesuai. silahkan cek dokumentasi api."
    }
}
                                                                

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

api_id Your API ID
api_key Your API Key
service ID Layanan
target Target Pesanan
quantity 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://vspedia.com/api/api_s1
URL S2 https://vspedia.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://vspedia.com/api/api_s1
URL S2 https://vspedia.com/api/api_s2
Method POST
Respon JSON

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

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

URL S1 https://vspedia.com/api/api_s1
URL S2 https://vspedia.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."
    }
}