Jahzha
    Jahzha
    • Jahzha API Documentation
    • User Credentials
      POST
    • Create Order
      POST
    • Get Offers
      POST
    • Create Shipment
      POST
    • Get Shipment By ID
      GET

      Get Shipment By ID

      Developing
      GET
      https://company.jahzha.com.sa/api/v1/get-shipment/1386
      Get Shipment by ID
      Retrieves a single shipment by its ID for the authenticated user.
      If the shipment does not exist or does not belong to the user, a 404 response is returned.
      On success, the endpoint returns the shipment details

      Request

      Header Params

      Body Params multipart/form-data

      Responses

      🟠422Validation Error
      application/json
      Body

      🟠401unAutunauthorized
      🟢200Success
      🟠400Invalid request
      🟠404Not Found
      🟠402Payment Required
      🟠403Forbidden
      🟢201Shipment Created Successfully
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET 'https://company.jahzha.com.sa/api/v1/get-shipment/1386' \
      --header 'Accept: application/json' \
      --header 'API-KEY: dcdb031875f6752c965251094a4038d7ab1037bb28883e774bdb502b151aff8f' \
      --header 'SECRET-KEY: sk_RHVCnRyAiZPFkQT5Njdb5wTqFqV4UlpMcXWA71Gk' \
      --header 'Accept-Language: en'
      Response Response Example
      422 - Validation Error
      {
          "status_code": 422,
          "message": "The selected Shipment type is invalid.",
          "data": [],
          "additional_data": []
      }
      Modified at 2026-02-01 12:12:12
      Previous
      Create Shipment
      Built with