# City Courier Services API Public tracking only. There is no public booking, payments, or staff API. - **OpenAPI:** https://citycourierservices.in/openapi.json - **Human track form:** https://citycourierservices.in/#track - **Agent index:** https://citycourierservices.in/llms.txt ## When to use this Use `getConsignmentTracking` when the user has a **City Courier** consignment number and wants scan history. Do not call this for Delhivery, DTDC, Blue Dart, India Post, or other brands. Do not invent other endpoints. ## Track a consignment ``` GET https://api.citycourierservices.in/api/v1/tracking/{consignmentNo} Accept: application/json ``` - `200` + `success: true` + `tracking` (`consignmentNo`, `bookedOn`, `bookedStatus`, `scans`) - `success: false` — show `message` (for example "Consignment not found") and offer phone support ## Booking and contact Bookings are by phone, WhatsApp, or the website enquiry form — not this API. - Gorakhpur: +91-8181958204 - Lucknow: +91-7617007981 - Email: query@citycourierservices.in