Cargo status query using siri with personal ups cargo api.
It allows you to query your UPS cargo by giving commands with Apple ecosystem and other clients. It can be personalized. It can be used with shortcuts, software and other methods on iOS/iPadOS/MacOS.
This service is designed to be developed with other cargo integrations. It is offered free of charge/not for sale. You need hosting or server to run the api.
Cargo query via API with shortcuts on ios. Shortcut Download
Shortcut_Example.mp4
- User authentication with token
- Json supported api service with flexible code
- It has been developed on Asp Net Core structure.
- Support for all platforms
POST /cargo/login
JSON Body
Parameter | Type | Description |
---|---|---|
username |
string |
Required for authentication. |
password |
string |
Required for authentication. |
Return token key.
GET /cargo/ups/{Waybill}
Parameter | Type | Description |
---|---|---|
Waybill |
string |
Required. Your UPS shipping tracking code. |
Header Name | Value | Description |
---|---|---|
Authorization |
Bearer token.... |
The key returned through authentication is sent over the header. |
If you have any feedback, please contact us at iletisim@selahattinyuksel.net.