# FirstMile REST Tracking API API for tracking shipments through FirstMile's logistics network. Version: 1.0 ## Servers Test server ``` https://tracking-rest-api-test-dzfbetgsepgkfrh5.westus-01.azurewebsites.net ``` Production server ``` https://trackingapi.firstmile.com ``` ## Security ### Bearer Bearer token authentication. Include the token in the Authorization header as 'Bearer {token}' Type: http Scheme: bearer Bearer Format: JWT ## Download OpenAPI description [FirstMile REST Tracking API](https://developer.fastgroup.co/_spec/xmethod/tracking/swagger.yaml) ## Tracking ### Get tracking information for a shipment - [GET /Tracking/v1/{trackingNumber}](https://developer.fastgroup.co/xmethod/tracking/swagger/tracking/gettrackinginfo.md): Retrieves detailed tracking events and shipment information for the provided tracking number.