{"info":{"_postman_id":"9f49d800-1c93-4c50-8df6-3ad24b2e655e","name":"Tracking API by Klik Resi","description":"<html><head></head><body><p><a href=\"https://klikresi.com\">KlikResi</a> adalah web service (API) yang memudahkan pelaku eCommerce untuk melacak paket secara otomatis.</p>\n<p>Saat ini sudah ada lebih dari 10+ kurir yang tersedia:</p>\n<ol>\n<li><p>Shopee Express (spx)</p>\n</li>\n<li><p>Jalur Nugraha Ekakurir (jne)</p>\n</li>\n<li><p>J&amp;T Express (jnt)</p>\n</li>\n<li><p>Sicepat Express (sicepat)</p>\n</li>\n<li><p>POS Indonesia (pos)</p>\n</li>\n<li><p>SAP Express (sap)</p>\n</li>\n<li><p>Lion Parcel (lion)</p>\n</li>\n<li><p>ID Express (ide)</p>\n</li>\n<li><p>Anteraja (anteraja)</p>\n</li>\n<li><p>Wahana Prestasi Logistik (wahana)</p>\n</li>\n<li><p>Lazada Logistics (lex)</p>\n</li>\n<li><p>Ninja Express (ninja)</p>\n</li>\n</ol>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"29221489","collectionId":"9f49d800-1c93-4c50-8df6-3ad24b2e655e","publishedId":"2s9YC7SBgH","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-03-02T01:58:35.000Z"},"item":[{"name":"Users","item":[{"name":"Get User Info","id":"8a49be72-c604-4bec-aaa2-564fffcc02af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"x-api-key","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{url}}/users/me","description":"<p>Return the details of the currently authenticated user.</p>\n","urlObject":{"path":["users","me"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"8beb0bbc-bb29-4caa-b6f2-728add66eb2c","name":"Success","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"x-api-key","type":"text"}],"url":"https://api.klikresi.com/users/me"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n\t\"status\": {\n\t\t\"code\": 200,\n\t\t\"message\": \"OK\"\n\t},\n\t\"data\": {\n\t\t\"id\": \"65e04e0e1ad24be295d72ad2\",\n\t\t\"name\": \"Damas Amirul Karim\",\n\t\t\"email\": \"hi@klikresi.com\",\n\t\t\"phone\": \"6285156676849\",\n\t\t\"key\": \"rahasia\",\n\t\t\"subscriptions\": [\n\t\t\t{\n\t\t\t\t\"id\": \"65e918040a2693b7a34f1b1a\",\n\t\t\t\t\"plan_id\": \"65e8ee460a2693b7a34f1b0d\",\n\t\t\t\t\"limit\": 5000,\n\t\t\t\t\"usage\": 10,\n\t\t\t\t\"type\": \"pay_as_you_go\",\n\t\t\t\t\"end_at\": \"2024-12-31T23:59:59Z\"\n\t\t\t}\n\t\t]\n\t}\n}"},{"id":"e40d5c66-476d-4174-9b4f-2f97d1ded4a6","name":"Error","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"x-api-key","type":"text"}],"url":"https://api.klikresi.com/users/me"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\":{\n        \"code\":401,\n        \"message\":\"Invalid API Key\"\n    }\n}\n"}],"_postman_id":"8a49be72-c604-4bec-aaa2-564fffcc02af"}],"id":"e11a14f4-022e-4139-9562-64ce285b0d76","_postman_id":"e11a14f4-022e-4139-9562-64ce285b0d76","description":""},{"name":"Trackings","item":[{"name":"Tracking","id":"9f23a6b1-7145-49da-b5c9-7222e98f8ae3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"x-api-key","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"tracking_number\": \"nomor-resi\",\n    \"courier_code\": \"lion\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/v2/trackings","description":"<p>Kamu bisa melakukan tracking resi ke lebih dari 10+ kurir. Cukup gunakan tracking number dan courier code.</p>\n","urlObject":{"path":["v2","trackings"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"db828f7e-4d85-44ec-bc91-0ce4cb9bf09d","name":"Success","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"x-api-key","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"tracking_number\": \"nomor-resi\",\n    \"courier_code\": \"lion\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.klikresi.com/v2/trackings"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 200,\n        \"message\": \"OK\"\n    },\n    \"data\": {\n        \"tracking_number\": \"nomor-resi\",\n        \"courier_code\": \"lion\",\n        \"current_status\": \"Delivered\",\n        \"last_updated\": 1694756524,\n        \"histories\": [\n            {\n                \"status\": \"Delivered\",\n                \"description\": \"Paketmu telah sampai di tujuan & diterima oleh Damas (YBS)\",\n                \"location\": \"\",\n                \"date\": 1694756524\n            },\n            {\n                \"status\": \"OutForDelivery\",\n                \"description\": \"Paketmu diantar ke alamat penerima oleh kurir. Pastikan nomor penerima dapat dihubungi oleh kurir\",\n                \"location\": \"\",\n                \"date\": 1694741103\n            },\n            {\n                \"status\": \"InTransit\",\n                \"description\": \"Paketmu sampai di Gudang Lion Parcel LOMBOK TENGAH, PRAYA, LOMBOK TENGAH\",\n                \"location\": \"LOMBOK TENGAH\",\n                \"date\": 1694740166\n            },\n            {\n                \"status\": \"InTransit\",\n                \"description\": \"Paketmu telah diberangkatkan dengan truk dari Kota LOMBOK, AMPENAN TENGAH, AMPENAN, MATARAM\",\n                \"location\": \"LOMBOK\",\n                \"date\": 1694736463\n            },\n            {\n                \"status\": \"InTransit\",\n                \"description\": \"Paketmu akan diberangkatkan dengan truk dari Kota LOMBOK, AMPENAN TENGAH, AMPENAN, MATARAM\",\n                \"location\": \"LOMBOK\",\n                \"date\": 1694736438\n            },\n            {\n                \"status\": \"InTransit\",\n                \"description\": \"Paket telah disortir sesuai kota tujuan\",\n                \"location\": \"LOMBOK\",\n                \"date\": 1694700092\n            },\n            {\n                \"status\": \"InTransit\",\n                \"description\": \"Paketmu sedang transit di Kota LOMBOK\",\n                \"location\": \"LOMBOK\",\n                \"date\": 1694672180\n            },\n            {\n                \"status\": \"InTransit\",\n                \"description\": \"Paketmu akan diterbangkan dengan pesawat dari Kota JAKARTA, KEDOYA SELATAN, KEBON JERUK, JAKARTA BARAT \",\n                \"location\": \"JAKARTA\",\n                \"date\": 1694557653\n            },\n            {\n                \"status\": \"InTransit\",\n                \"description\": \"Paket telah disortir sesuai kota tujuan\",\n                \"location\": \"JAKARTA\",\n                \"date\": 1694551907\n            },\n            {\n                \"status\": \"InTransit\",\n                \"description\": \"Paketmu sampai di Gudang Lion Parcel JAKARTA, KEDOYA SELATAN, KEBON JERUK, JAKARTA BARAT\",\n                \"location\": \"JAKARTA\",\n                \"date\": 1694530876\n            },\n            {\n                \"status\": \"InTransit\",\n                \"description\": \"Paketmu sampai di Gudang Transit Lion Parcel TANGERANG, KELAPA DUA, TANGERANG\",\n                \"location\": \"TANGERANG\",\n                \"date\": 1694523291\n            },\n            {\n                \"status\": \"PickedUp\",\n                \"description\": \"Paketmu akan diantar ke Gudang Lion Parcel TANGERANG, KELAPA DUA, KELAPA DUA, TANGERANG\",\n                \"location\": \"TANGERANG\",\n                \"date\": 1694522000\n            },\n            {\n                \"status\": \"InfoReceived\",\n                \"description\": \"Paketmu telah diproses oleh Agen Lion Parcel TANGERANG, KELAPA DUA, KELAPA DUA, TANGERANG\",\n                \"location\": \"TANGERANG\",\n                \"date\": 1694510174\n            }\n        ]\n    }\n}"},{"id":"af8b9252-9b4f-4ec8-934c-bce58761b6ea","name":"Error","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"x-api-key","type":"text"}],"url":"https://api.klikresi.com/v2/trackings"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 422,\n        \"message\": \"Unprocessable Entity\"\n    },\n    \"errors\": {\n        \"CourierCode\": \"CourierCode is a required field\",\n        \"TrackingNumber\": \"TrackingNumber is a required field\"\n    }\n}"}],"_postman_id":"9f23a6b1-7145-49da-b5c9-7222e98f8ae3"}],"id":"124e6090-6012-4152-b0b9-0070eed7be50","_postman_id":"124e6090-6012-4152-b0b9-0070eed7be50","description":""},{"name":"Couriers","item":[{"name":"Get All Courier","id":"e932388e-a43e-4334-b965-66376f087217","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/couriers","description":"<p>Return a list of all couriers.</p>\n","urlObject":{"path":["couriers"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"e913cf2f-1544-46fb-92fa-7637c4273a40","name":"Success","originalRequest":{"method":"GET","header":[],"url":"https://api.klikresi.com/couriers"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 200,\n        \"message\": \"OK\"\n    },\n    \"data\": [\n        {\n            \"id\": \"65ef02254af932246846e213\",\n            \"code\": \"anteraja\",\n            \"name\": \"Anteraja\"\n        },\n        {\n            \"id\": \"65ef02c94af932246846e214\",\n            \"code\": \"ide\",\n            \"name\": \"ID Express\"\n        },\n        {\n            \"id\": \"65ef02df4af932246846e215\",\n            \"code\": \"jne\",\n            \"name\": \"Jalur Nugraha Ekakurir\"\n        },\n        {\n            \"id\": \"65ef02f74af932246846e216\",\n            \"code\": \"jnt\",\n            \"name\": \"J&T Express\"\n        },\n        {\n            \"id\": \"65ef03134af932246846e217\",\n            \"code\": \"lex\",\n            \"name\": \"Lazada Logistics\"\n        },\n        {\n            \"id\": \"65ef03304af932246846e218\",\n            \"code\": \"lion\",\n            \"name\": \"Lion Parcel\"\n        },\n        {\n            \"id\": \"65ef03584af932246846e219\",\n            \"code\": \"ninja\",\n            \"name\": \"Ninja Express\"\n        },\n        {\n            \"id\": \"65ef03ab4af932246846e21a\",\n            \"code\": \"oexpress\",\n            \"name\": \"OExpress\"\n        },\n        {\n            \"id\": \"65ef03c54af932246846e21b\",\n            \"code\": \"pos\",\n            \"name\": \"POS Indonesia\"\n        },\n        {\n            \"id\": \"65ef03da4af932246846e21c\",\n            \"code\": \"sap\",\n            \"name\": \"SAP Express\"\n        },\n        {\n            \"id\": \"65ef04004af932246846e21d\",\n            \"code\": \"sicepat\",\n            \"name\": \"Sicepat Express\"\n        },\n        {\n            \"id\": \"65ef04144af932246846e21e\",\n            \"code\": \"spx\",\n            \"name\": \"Shopee Express\"\n        },\n        {\n            \"id\": \"65ef04294af932246846e21f\",\n            \"code\": \"wahana\",\n            \"name\": \"Wahana Prestasi Logistik\"\n        }\n    ]\n}"}],"_postman_id":"e932388e-a43e-4334-b965-66376f087217"}],"id":"f51b2bcc-561b-4e67-801c-b6ded1b473da","_postman_id":"f51b2bcc-561b-4e67-801c-b6ded1b473da","description":""},{"name":"Status","item":[{"name":"Get All Status","id":"797c7373-2ec1-4aa4-aebd-74b57ff303d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/status","description":"<p>Return a list of all delivery status in Klik Resi.</p>\n","urlObject":{"path":["status"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"309a5992-b535-4f89-bf0b-4b0516b44554","name":"Success","originalRequest":{"method":"GET","header":[],"url":"https://api.klikresi.com/status"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 200,\n        \"message\": \"OK\"\n    },\n    \"data\": [\n        {\n            \"id\": \"65ee9b9e364a6a9a5029f92b\",\n            \"code\": \"InfoReceived\",\n            \"name\": \"Info Received\",\n            \"description\": \"Carrier has received request from shipper.\"\n        },\n        {\n            \"id\": \"65ee9be5364a6a9a5029f92c\",\n            \"code\": \"PickedUp\",\n            \"name\": \"Picked Up\",\n            \"description\": \"The package has picked up by courier.\"\n        },\n        {\n            \"id\": \"65ee9c07364a6a9a5029f92d\",\n            \"code\": \"InTransit\",\n            \"name\": \"In Transit\",\n            \"description\": \"The shipment is on the way.\"\n        },\n        {\n            \"id\": \"65ee9c2d364a6a9a5029f92e\",\n            \"code\": \"OutForDelivery\",\n            \"name\": \"Out For Delivery\",\n            \"description\": \"Carrier is about to deliver the shipment.\"\n        },\n        {\n            \"id\": \"65ee9c45364a6a9a5029f92f\",\n            \"code\": \"FailedAttempt\",\n            \"name\": \"Failed Attempt\",\n            \"description\": \"Carrier attempted to deliver but failed.\"\n        },\n        {\n            \"id\": \"65ee9c62364a6a9a5029f930\",\n            \"code\": \"NeedReview\",\n            \"name\": \"Need Review\",\n            \"description\": \"Package delayed due to some issues.\"\n        },\n        {\n            \"id\": \"65ee9c78364a6a9a5029f931\",\n            \"code\": \"Delivered\",\n            \"name\": \"Delivered\",\n            \"description\": \"The shipment was delivered successfully.\"\n        },\n        {\n            \"id\": \"65ee9c89364a6a9a5029f932\",\n            \"code\": \"ReturnToSender\",\n            \"name\": \"Return To Sender\",\n            \"description\": \"The package is on its way back to the sender.\"\n        },\n        {\n            \"id\": \"65ee9c9e364a6a9a5029f933\",\n            \"code\": \"ShipmentLost\",\n            \"name\": \"Shipment Lost\",\n            \"description\": \"Delivery of the package failed as it got lost.\"\n        },\n        {\n            \"id\": \"65ee9cba364a6a9a5029f934\",\n            \"code\": \"Expired\",\n            \"name\": \"Expired\",\n            \"description\": \"Shipment has no tracking information since added.\"\n        },\n        {\n            \"id\": \"65ee9cca364a6a9a5029f935\",\n            \"code\": \"Pending\",\n            \"name\": \"Pending\",\n            \"description\": \"New shipments added that are pending to track.\"\n        }\n    ]\n}"}],"_postman_id":"797c7373-2ec1-4aa4-aebd-74b57ff303d2"}],"id":"c88cac84-a452-4e33-b869-68f33b46cf17","_postman_id":"c88cac84-a452-4e33-b869-68f33b46cf17","description":""}],"variable":[{"key":"x-api-key","value":"x-api-key"}]}