| Time | Status | User Agent |  |
| :-- | :-- | :-- | :-- |
| Make a request to see history. |

#### URL Expired
The URL for this request expired after 30 days.

##### Parameters
- **carrierId**  
  Type: string  
  Required: true  
- **carrierTrackingId**  
  Type: string  
  Required: true  
- **excludeEvents**  
  Type: boolean  
  Defaults to true

##### Response Codes
- ``200``  Result  
- ``400``  Invalid inputs were provided.  
- ``401``  Not authorized via OAuth  
- ``403``  Not authenticated via OAuth  
- ``404``  Tracking was not found

##### Example Request
```bash
curl --request GET \
     --url 'https://api.shipium.com/api/v1/tracking/carrier/carrierId/carrierTrackingId?excludeEvents=true' \
     --header 'accept: application/json'
```

##### Response Format
- `application/json`  
- ``200``  
- ``400``  
- ``401``  
- ``403``  
- ``404``

Updated 26 days ago.
