KIRIMPAKET API DOCUMENTATION
    KIRIMPAKET API DOCUMENTATION
    • Introduction
    • Area
      • Get Province
        GET
      • Get City by Province id
        GET
      • Get District by City id
        GET
      • Get District by Keyword [Recommended use this]
        GET
      • Get Subdistrict (Desa/Kelurahan) by District id
        GET
    • Get Shipping cost
      POST
    • Create Order
      POST
    • Track Order/AWB
      GET

      Track Order/AWB

      GET
      https://api-dev.kirimpaket.id/api/open/shipping/track-airwaybill

      Request

      Authorization
      Provide your bearer token in the
      Authorization
      header when making requests to protected resources.
      Example:
      Authorization: Bearer ********************
      Query Params
      awb_number
      string 
      optional
      Example:
      24BLA0000002703

      Request samples

      Shell
      JavaScript
      Java
      Swift
      Go
      PHP
      Python
      HTTP
      C
      C#
      Objective-C
      Ruby
      OCaml
      Dart
      R
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET 'https://api-dev.kirimpaket.id/api/open/shipping/track-airwaybill?awb_number=24BLA0000002703'

      Responses

      🟢200Success
      application/json
      Body
      data
      object 
      required
      history
      object 
      required
      expedition
      string 
      required
      awb_number
      string 
      required
      status
      string 
      required
      Example
      {
          "data": {
              "history": {
                  "2024-08-27": [
                      {
                          "desc": "Delivered | Paket telah diterima oleh ( wawan ) - ( DITERIMA YANG BERSANGKUTAN )",
                          "date": "2024-08-27 11:57:43",
                          "pod": "https://apistorage.mile.app/v2-public-development/sandbox/pos/2024/08/27/camera.photoDeliveryProcessImage.wawankurir2.c46847566548b90fb63a.1724734632409.jpg"
                      },
                      {
                          "desc": "On Delivery | Wawankurir2 sudah ditugaskan dan paket siap diantar",
                          "date": "2024-08-27 11:55:31",
                          "pod": ""
                      },
                      {
                          "desc": "On Shipping | Paket tiba di Cabang AGENPOS CIHAPIT",
                          "date": "2024-08-27 11:55:01",
                          "pod": "https://apistorage.mile.app/v2-public-development/sandbox/pos/2024/08/27/camera.photoProofImage.wawanmandor.c871df9b6b0ea0438bbe.1724734471869.jpg"
                      },
                      {
                          "desc": "Package telah melewati proses Perubahan Data oleh ",
                          "date": "2024-08-27 11:51:13",
                          "pod": ""
                      },
                      {
                          "desc": "Accepted at Post Office | Paket diterima oleh Userqatest1 (qakurlog1) di AGENPOS CIHAPIT",
                          "date": "2024-08-27 11:50:55",
                          "pod": ""
                      }
                  ]
              },
              "expedition": "POS - PAKET KILAT KHUSUS",
              "awb_number": "24BLA0000002703",
              "status": "delivered"
          }
      }
      Previous
      Create Order
      Built with