Skip to content

Latest commit

 

History

History
62 lines (39 loc) · 1.88 KB

README.md

File metadata and controls

62 lines (39 loc) · 1.88 KB

CargoApi

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.

Demo

Cargo query via API with shortcuts on ios. Shortcut Download

Screenshots

Kestirmeler Örnek

Shortcut_Example.mp4

Features

  • User authentication with token
  • Json supported api service with flexible code
  • It has been developed on Asp Net Core structure.
  • Support for all platforms

API Usage

Login api service

  POST /cargo/login

JSON Body

Parameter Type Description
username string Required for authentication.
password string Required for authentication.

Return token key.

Cargo query

  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.

Feedback

If you have any feedback, please contact us at [email protected].