Curozip Developer API

Integrate our high-speed logistics network directly into your E-commerce platform.

Overview

The Curozip API allows merchants to automate booking, tracking, and rate calculation seamlessly.

POST /api/v1/create_booking

Create a new parcel booking.

curl -X POST https://api.curozip.com/v1/create_booking \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
  "sender_name": "My Store",
  "receiver_name": "John Doe",
  "destination_city": "Mumbai",
  "weight": 2.5
}'

GET /api/v1/track

Track a parcel using its Tracking ID.

curl -X GET https://api.curozip.com/v1/track?id=CRZ-A1B2C3 \
-H "Authorization: Bearer YOUR_API_KEY"

Authentication

To get your API key, please contact support@curozip.com.

← Back to Home