What you can do
Quote a route
Check coverage and get distance, weight, and total fees before you book.
Create shipments
Book a covered delivery. PayChangu must be connected on the workspace.
Track and update
Fetch a shipment by reference, update it while it is unpaid, or cancel it.
Authenticate
Call
https://api.kasiye.com/v1 with your workspace secret key (shp_…).Base URL
All API paths are versioned under/v1 on the api subdomain:
http://api.localhost:8000/v1.
Shipment lifecycle
Payment is tracked separately:
awaiting_payment, paid, failed, or refunded.
You can update customer, addresses, and weight only while the shipment is pending and awaiting_payment. You can cancel while it is pending or awaiting_pickup.