{ "opencollection": "1.0.0", "info": { "name": "Kurly Logistics Services (KLS) Open API Authentication Delivery Tracking (배송추적) API", "version": "1.3.12" }, "items": [ { "info": { "name": "Delivery Tracking (배송추적)", "type": "folder" }, "items": [ { "info": { "name": "배송 추적 조회", "type": "http" }, "http": { "method": "GET", "url": "https://{host}/v1/couriers/:courier/trackings/:invoiceNumber", "params": [ { "name": "courier", "value": "", "type": "path" }, { "name": "invoiceNumber", "value": "", "type": "path" } ] }, "docs": "운송장 번호로 배송 추적 이벤트를 조회합니다. 추적 이벤트가 없는 경우 currentStatus는 null로, trackingEvents는 빈 배열로 반환됩니다. 현재 KURLY(넥스트마일) 택배사만 지원합니다. 3개월 이내의 정보만 조회 가능합니다." } ] } ], "bundled": true }