Request

Melakukan pelacakan resi

Endpoint

https://api.kiosweb.id/resi/track

Berikut adalah parameter / payload yang di harapkan:

Contoh Request

https://api.kiosweb.id/resi/track?member_code=[member_code_anda]&courier=[code_kurir]&awb=[nomor_resi]

Contoh Response

{
    "status": true,
    "message": "Sukses melacak paket",
    "data": {
        "summary": {
            "awb": "JP2255744343",
            "courier": "JNT Express",
            "service": "",
            "status": "ON PROCCESS",
            "date": "2024-04-04 01:01:01",
            "desc": "",
            "amount": "",
            "weight": ""
        },
        "detail": {
            "origin": "Jalan Hari Raya, RT 1/RW 4, Cigareng, Bobojong, Jawa Barat 56228",
            "destination": "Jl Sama Kamu no 17 (kos najah). 50275",
            "shipper": "Naruto",
            "receiver": "Hinata"
        },
        "history": [
            {
                "date": "2024-11-27 02:17:06",
                "desc": "ORDER IS CANCELLED.",
                "location": ""
            },
            {
                "date": "2024-11-19 14:34:18",
                "desc": "PICKUP FAILED",
                "location": ""
            },
            {
                "date": "2024-11-19 12:27:34",
                "desc": "MANIFES",
                "location": ""
            }
        ]
    }
}
{
    "status": false,
    "message": "Gagal melacak paket, Periksa parameter anda",
    "data": []
}

Last updated