Skip to content

Cargo status query using siri with personal ups cargo api. Ups kargo kişisel api ile siriyi kullanarak kargo durumu sorgulama

License

Notifications You must be signed in to change notification settings

syksl14/CargoApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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].

About

Cargo status query using siri with personal ups cargo api. Ups kargo kişisel api ile siriyi kullanarak kargo durumu sorgulama

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages