Daftar Produk

Mengambil Daftar Produk

GET https://tukar.co.id/api/v1/produk

Path Parameters

Name
Type
Description

cat_id

string

Mengambil berdasarkan kategori

Headers

Name
Type
Description

Authentication

string

Token Otentikasi

{
    "data": {
        "1": {
            "id": "286",
            "cat_id": "37",
            "cat_nama": "GO PAY",
            "nominal": " 5.000",
            "keterangan": "",
            "kode": "GPY5K",
            "harga": {
                "telkomsel": "Rp.8000",
                "indosat": "Rp.18000",
                "xl": "Rp.8000",
                "thre": "Rp.283000"
            }
        },
        "2": {
            "id": "68",
            "cat_id": "37",
            "cat_nama": "GO PAY",
            "nominal": " 10.000",
            "keterangan": "",
            "kode": "GPY10K",
            "harga": {
                "telkomsel": "Rp.16000",
                "indosat": "Rp.35000",
                "xl": "Rp.15000",
                "thre": "Rp.558000"
            }
        },
        "3": {
            "id": "70",
            "cat_id": "37",
            "cat_nama": "GO PAY",
            "nominal": " 20.000",
            "keterangan": "",
            "kode": "GPY20K",
            "harga": {
                "telkomsel": "Rp.29000",
                "indosat": "Rp.67000",
                "xl": "Rp.29000",
                "thre": "Rp.1058000"
            }
        },
        "4": {
            "id": "71",
            "cat_id": "37",
            "cat_nama": "GO PAY",
            "nominal": " 25.000",
            "keterangan": "",
            "kode": "GPY25K",
            "harga": {
                "telkomsel": "Rp.36000",
                "indosat": "Rp.82000",
                "xl": "Rp.35000",
                "thre": "Rp.1311000"
            }
        }
    }
}

Last updated

Was this helpful?