API Documentation
Build powerful shipping experiences with our RESTful API. Go live in hours, not weeks.
Core Endpoints
Base URL: https://api.zipzapgo.com
POST
/v1/shipmentsGET
/v1/shipments/:idGET
/v1/track/:awbPOST
/v1/rates/calculateGET
/v1/couriersPOST
/v1/labels/generateQuick Start Example
curl -X POST https://api.zipzapgo.com/v1/shipments \
-H "Authorization: Bearer <your_api_key>" \
-H "Content-Type: application/json" \
-d '{
"origin_pincode": "110001",
"destination_pincode": "400001",
"weight": 0.5,
"payment_mode": "prepaid",
"order_id": "ORD-12345"
}'