Partner API (v1)

Download OpenAPI description
Languages
Servers
Sandbox server
https://sandbox.bikeflights.com/

Authentication

Operations

Data

Operations

Labels

Operations

Order

Operations

PackageLocation

Operations

Gets the latest package location information

Request

Track package by tracking number

Path
trackingNumberstringrequired

One UPS tracking number, it should start with 1Z...

curl -i -X GET \
  'https://sandbox.bikeflights.com/api/PackageLocation/{trackingNumber}' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

OK

Body
successboolean
errorMessagestring or null
scansArray of objects or null(TrackingEvent)
trackingNumberstring or null
fromAddressstring or null
toAddressstring or null
shipDatestring(date-time)
estimatedDeliverystring(date-time)
actualDeliverystring(date-time)
signerstring or null
shippedboolean
deliveredboolean
progressLevelstring or null
altTrackingNumberArray of strings or null
statusFlagsobject(TrackingStatusFlags)
Response
No response example

ShopRate

Operations